[cfe-commits] r44916 - /cfe/trunk/test/Preprocessor/macro_paste_simple.c

Chris Lattner sabre at nondot.org
Tue Dec 11 22:20:19 PST 2007


Author: lattner
Date: Wed Dec 12 00:20:18 2007
New Revision: 44916

URL: http://llvm.org/viewvc/llvm-project?rev=44916&view=rev
Log:
add runline, make this test real.

Modified:
    cfe/trunk/test/Preprocessor/macro_paste_simple.c

Modified: cfe/trunk/test/Preprocessor/macro_paste_simple.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/macro_paste_simple.c?rev=44916&r1=44915&r2=44916&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/macro_paste_simple.c (original)
+++ cfe/trunk/test/Preprocessor/macro_paste_simple.c Wed Dec 12 00:20:18 2007
@@ -1,3 +1,5 @@
-// clang %s -E | grep "barbaz123"
+// RUN: clang %s -E | grep "barbaz123"
 
 #define FOO bar ## baz ## 123
+
+FOO





More information about the cfe-commits mailing list