diff options
Diffstat (limited to 'unittests/Format/FormatTestUtils.h')
-rw-r--r-- | unittests/Format/FormatTestUtils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unittests/Format/FormatTestUtils.h b/unittests/Format/FormatTestUtils.h index 649f5b3..bd340e5 100644 --- a/unittests/Format/FormatTestUtils.h +++ b/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 |