aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Tooling/clang-ast-dump.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Tooling/clang-ast-dump.cpp b/test/Tooling/clang-ast-dump.cpp
index 99e550b274..3847bc6fad 100644
--- a/test/Tooling/clang-ast-dump.cpp
+++ b/test/Tooling/clang-ast-dump.cpp
@@ -1,6 +1,4 @@
-// RUN: rm -f %t
-// RUN: clang-ast-dump "%s" -f test_namespace::TheClass::theMethod -- -c > %t 2>&1
-// RUN: FileCheck --input-file=%t %s
+// RUN: clang-ast-dump "%s" -f test_namespace::TheClass::theMethod -- -c 2>&1 | FileCheck %s
// FIXME: Does this run regardless of +Asserts?
// REQUIRES: asserts