diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-04-26 20:39:46 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-04-26 20:39:46 +0000 |
commit | e002631101d3bafbc90ed8589ffc615f04dc245b (patch) | |
tree | 8a550404ebc64bc1c15bc048bcb485f63fa8ce4e /unittests | |
parent | b8c4381ae046e7dea389567595b1df66e9553b18 (diff) |
Fix file name in comment.
Patch by Yang Chen.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/Tooling/RecursiveASTVisitorTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Tooling/RecursiveASTVisitorTest.cpp b/unittests/Tooling/RecursiveASTVisitorTest.cpp index 247a5fe811..d4fda73ccb 100644 --- a/unittests/Tooling/RecursiveASTVisitorTest.cpp +++ b/unittests/Tooling/RecursiveASTVisitorTest.cpp @@ -1,4 +1,4 @@ -//===- unittest/AST/RecursiveASTMatcherTest.cpp ---------------------------===// +//===- unittest/Tooling/RecursiveASTVisitorTest.cpp -----------------------===// // // The LLVM Compiler Infrastructure // |