diff options
Diffstat (limited to 'clang/unittests/Format')
-rw-r--r-- | clang/unittests/Format/FormatTestUtils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/unittests/Format/FormatTestUtils.h b/clang/unittests/Format/FormatTestUtils.h index 649f5b3822c..bd340e5b0e6 100644 --- a/clang/unittests/Format/FormatTestUtils.h +++ b/clang/unittests/Format/FormatTestUtils.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_FORMAT_TEST_UTILS_H -#define LLVM_CLANG_FORMAT_TEST_UTILS_H +#ifndef LLVM_CLANG_UNITTESTS_FORMAT_FORMATTESTUTILS_H +#define LLVM_CLANG_UNITTESTS_FORMAT_FORMATTESTUTILS_H #include "llvm/ADT/StringRef.h" @@ -64,4 +64,4 @@ inline std::string messUp(llvm::StringRef Code) { } // end namespace format } // end namespace clang -#endif // LLVM_CLANG_FORMAT_TEST_UTILS_H +#endif |