[cfe-commits] r39401 - /cfe/cfe/trunk/test/Preprocessor/cxx_true.cpp

clattner at cs.uiuc.edu clattner at cs.uiuc.edu
Wed Jul 11 09:44:00 PDT 2007


Author: clattner
Date: Wed Jul 11 11:44:00 2007
New Revision: 39401

URL: http://llvm.org/viewvc/llvm-project?rev=39401&view=rev
Log:
Fix run line

Modified:
    cfe/cfe/trunk/test/Preprocessor/cxx_true.cpp

Modified: cfe/cfe/trunk/test/Preprocessor/cxx_true.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/test/Preprocessor/cxx_true.cpp?rev=39401&r1=39400&r2=39401&view=diff

==============================================================================
--- cfe/cfe/trunk/test/Preprocessor/cxx_true.cpp (original)
+++ cfe/cfe/trunk/test/Preprocessor/cxx_true.cpp Wed Jul 11 11:44:00 2007
@@ -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





More information about the cfe-commits mailing list