diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-10 07:06:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-10 07:06:36 +0000 |
commit | 9e2fcccc333f6aa55fd30874373488507a32dd1e (patch) | |
tree | 2322b489461e924971697230f3b05b731f645655 /clang/test/Preprocessor/cxx_true.cpp | |
parent | 5a0f164a52143feee9dfdf2ed316fe6728815220 (diff) | |
download | bcm5719-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.cpp | 6 |
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 |