commit | e002631101d3bafbc90ed8589ffc615f04dc245b | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Thu Apr 26 20:39:46 2012 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Thu Apr 26 20:39:46 2012 +0000 |
tree | 8a550404ebc64bc1c15bc048bcb485f63fa8ce4e | |
parent | b8c4381ae046e7dea389567595b1df66e9553b18 [diff] [blame] |
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
diff --git a/unittests/Tooling/RecursiveASTVisitorTest.cpp b/unittests/Tooling/RecursiveASTVisitorTest.cpp index 247a5fe..d4fda73 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 //