[cfe-commits] r40511 - /cfe/trunk/test/Parser/char-literal-printing.c

Chris Lattner sabre at nondot.org
Wed Jul 25 22:59:05 PDT 2007


Author: lattner
Date: Thu Jul 26 00:59:05 2007
New Revision: 40511

URL: http://llvm.org/viewvc/llvm-project?rev=40511&view=rev
Log:
don't expect to be able to reparse arbitrary system headers.

Modified:
    cfe/trunk/test/Parser/char-literal-printing.c

Modified: cfe/trunk/test/Parser/char-literal-printing.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/char-literal-printing.c?rev=40511&r1=40510&r2=40511&view=diff

==============================================================================
--- cfe/trunk/test/Parser/char-literal-printing.c (original)
+++ cfe/trunk/test/Parser/char-literal-printing.c Thu Jul 26 00:59:05 2007
@@ -1,4 +1,4 @@
-// RUN: clang -parse-ast-print %s 2>&1 | clang -parse-ast-print
+// RUN: clang -parse-ast-print %s
 
 #include <stddef.h>
 





More information about the cfe-commits mailing list