commit | 20c1c890b3ce356b01f69aed8378f2ae6bc799d3 | [log] [tgz] |
---|---|---|
author | Manuel Klimek <klimek@google.com> | Thu Oct 09 15:02:06 2014 +0000 |
committer | Manuel Klimek <klimek@google.com> | Thu Oct 09 15:02:06 2014 +0000 |
tree | 2a46cd40a6448388056df5370349897e0bb05b59 | |
parent | 81593db14579e6d4ef6ef969bad472b9fced48d8 [diff] [blame] |
Separated RecursiveASTVisitorTest into multiple files. Patch by Marek Kurdej. llvm-svn: 219410
diff --git a/clang/unittests/Tooling/TestVisitor.h b/clang/unittests/Tooling/TestVisitor.h index 7680d07..d441695 100644 --- a/clang/unittests/Tooling/TestVisitor.h +++ b/clang/unittests/Tooling/TestVisitor.h
@@ -231,4 +231,4 @@ }; } -#endif /* LLVM_CLANG_TEST_VISITOR_H */ +#endif