diff options
Diffstat (limited to 'clang/unittests/Tooling/TestVisitor.h')
-rw-r--r-- | clang/unittests/Tooling/TestVisitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Tooling/TestVisitor.h b/clang/unittests/Tooling/TestVisitor.h index 77a42af55ab..f4a00394487 100644 --- a/clang/unittests/Tooling/TestVisitor.h +++ b/clang/unittests/Tooling/TestVisitor.h @@ -229,6 +229,6 @@ protected: std::vector<MatchCandidate> DisallowedMatches; std::vector<ExpectedMatch> ExpectedMatches; }; -} // namespace clang +} #endif |