[cfe-commits] r63762 - /cfe/trunk/test/Preprocessor/include-directive1.c

Chris Lattner sabre at nondot.org
Wed Feb 4 11:40:02 PST 2009


Author: lattner
Date: Wed Feb  4 13:40:02 2009
New Revision: 63762

URL: http://llvm.org/viewvc/llvm-project?rev=63762&view=rev
Log:
fix test

Modified:
    cfe/trunk/test/Preprocessor/include-directive1.c

Modified: cfe/trunk/test/Preprocessor/include-directive1.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/include-directive1.c?rev=63762&r1=63761&r2=63762&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/include-directive1.c (original)
+++ cfe/trunk/test/Preprocessor/include-directive1.c Wed Feb  4 13:40:02 2009
@@ -1,4 +1,5 @@
-// RUN: clang -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 4
+
+// RUN: clang -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 3
 
 // XX expands to nothing.
 #define XX





More information about the cfe-commits mailing list