aboutsummaryrefslogtreecommitdiff
path: root/test/Tooling/clang-ast-dump.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tooling/clang-ast-dump.cpp')
-rw-r--r--test/Tooling/clang-ast-dump.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Tooling/clang-ast-dump.cpp b/test/Tooling/clang-ast-dump.cpp
index a8b541ebc2..a22fffdfe2 100644
--- a/test/Tooling/clang-ast-dump.cpp
+++ b/test/Tooling/clang-ast-dump.cpp
@@ -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">