]> granicus.if.org Git - clang/commitdiff
Fixing an obvious bug in a test.
authorAlexander Kornienko <alexfh@google.com>
Mon, 16 Jul 2012 13:31:37 +0000 (13:31 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 16 Jul 2012 13:31:37 +0000 (13:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160268 91177308-0d34-0410-b5e6-96231b3b80d8

test/Tooling/clang-ast-dump.cpp

index a8b541ebc250d505d087feebfb49754e009a8992..a22fffdfe243906cedba33819adb0a1f1159cedc 100644 (file)
@@ -1,5 +1,4 @@
-// RUN: clang-ast-dump "%t/test.cpp" -f test_namespace::TheClass::theMethod -- -c 2>&1|FileCheck %s
-// FIXME: Make the above easier.
+// RUN: clang-ast-dump "%s" -f test_namespace::TheClass::theMethod -- -c 2>&1|FileCheck %s
 
 // CHECK: <CXXMethod ptr="0x{{[0-9a-f]+}}" name="theMethod" prototype="true">
 // CHECK:  <ParmVar ptr="0x{{[0-9a-f]+}}" name="x" initstyle="c">