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 | ea7d847290069e66b53144b475518dba7e4560df (patch) | |
tree | 7942e6fde2656529e6502561bace62d5a74a633b /clang/unittests/Tooling/RecursiveASTVisitorTest.cpp | |
parent | 18ad5b28b76ad1ea1a886b05ea0102aa2e8ac624 (diff) | |
download | bcm5719-llvm-ea7d847290069e66b53144b475518dba7e4560df.tar.gz bcm5719-llvm-ea7d847290069e66b53144b475518dba7e4560df.zip |
Fix file name in comment.
Patch by Yang Chen.
llvm-svn: 155658
Diffstat (limited to 'clang/unittests/Tooling/RecursiveASTVisitorTest.cpp')
-rw-r--r-- | clang/unittests/Tooling/RecursiveASTVisitorTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Tooling/RecursiveASTVisitorTest.cpp b/clang/unittests/Tooling/RecursiveASTVisitorTest.cpp index 247a5fe8118..d4fda73ccb8 100644 --- a/clang/unittests/Tooling/RecursiveASTVisitorTest.cpp +++ b/clang/unittests/Tooling/RecursiveASTVisitorTest.cpp @@ -1,4 +1,4 @@ -//===- unittest/AST/RecursiveASTMatcherTest.cpp ---------------------------===// +//===- unittest/Tooling/RecursiveASTVisitorTest.cpp -----------------------===// // // The LLVM Compiler Infrastructure // |