diff options
Diffstat (limited to 'clang/unittests/Tooling/TestVisitor.h')
-rw-r--r-- | clang/unittests/Tooling/TestVisitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/Tooling/TestVisitor.h b/clang/unittests/Tooling/TestVisitor.h index 23ea754d39a..7680d075477 100644 --- a/clang/unittests/Tooling/TestVisitor.h +++ b/clang/unittests/Tooling/TestVisitor.h @@ -12,8 +12,8 @@ /// //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_TEST_VISITOR_H -#define LLVM_CLANG_TEST_VISITOR_H +#ifndef LLVM_CLANG_UNITTESTS_TOOLING_TESTVISITOR_H +#define LLVM_CLANG_UNITTESTS_TOOLING_TESTVISITOR_H #include "clang/AST/ASTConsumer.h" #include "clang/AST/ASTContext.h" |