Commit 845bd22d authored by Paul's avatar Paul
Browse files

Rename include guard

parent 11fcecad
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>
#ifndef MIGRAPH_GUARD_TEST_TEST_HPP #ifndef MIGRAPHX_GUARD_TEST_TEST_HPP
#define MIGRAPH_GUARD_TEST_TEST_HPP #define MIGRAPHX_GUARD_TEST_TEST_HPP
namespace test { namespace test {
// NOLINTNEXTLINE // NOLINTNEXTLINE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment