summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/cxx_true.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-10 07:06:36 +0000
committerChris Lattner <sabre@nondot.org>2007-04-10 07:06:36 +0000
commit9e2fcccc333f6aa55fd30874373488507a32dd1e (patch)
tree2322b489461e924971697230f3b05b731f645655 /clang/test/Preprocessor/cxx_true.cpp
parent5a0f164a52143feee9dfdf2ed316fe6728815220 (diff)
downloadbcm5719-llvm-9e2fcccc333f6aa55fd30874373488507a32dd1e.tar.gz
bcm5719-llvm-9e2fcccc333f6aa55fd30874373488507a32dd1e.zip
Fix run line
llvm-svn: 39401
Diffstat (limited to 'clang/test/Preprocessor/cxx_true.cpp')
-rw-r--r--clang/test/Preprocessor/cxx_true.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Preprocessor/cxx_true.cpp b/clang/test/Preprocessor/cxx_true.cpp
index f20d8cf7c8b..5ebdaf8d2fe 100644
--- a/clang/test/Preprocessor/cxx_true.cpp
+++ b/clang/test/Preprocessor/cxx_true.cpp
@@ -1,6 +1,6 @@
-/* RUN: clang -E t.cpp -x=c++ | grep block_1 &&
- RUN: clang -E t.cpp -x=c++ | not grep block_2 &&
- RUN: clang -E t.cpp -x=c | not grep block
+/* RUN: clang -E %s -x=c++ | grep block_1 &&
+ RUN: clang -E %s -x=c++ | not grep block_2 &&
+ RUN: clang -E %s -x=c | not grep block
*/
#if true
OpenPOWER on IntegriCloud