Canonicalize header guards into a common format.
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITTestBase.h
index cc82b27e31d488e616ebc81fb757a3c9352e49ac..82d7f3550d27da260d3cef0cc489faad16267fe8 100644 (file)
@@ -14,8 +14,8 @@
 //===----------------------------------------------------------------------===//
 
 
-#ifndef MCJIT_TEST_BASE_H
-#define MCJIT_TEST_BASE_H
+#ifndef LLVM_UNITTESTS_EXECUTIONENGINE_MCJIT_MCJITTESTBASE_H
+#define LLVM_UNITTESTS_EXECUTIONENGINE_MCJIT_MCJITTESTBASE_H
 
 #include "MCJITTestAPICommon.h"
 #include "llvm/Config/config.h"
@@ -344,4 +344,4 @@ protected:
 
 } // namespace llvm
 
-#endif // MCJIT_TEST_H
+#endif