[cfe-commits] r63223 - /cfe/trunk/tools/ccc/test/ccc/integrated-cpp.c

Daniel Dunbar daniel at zuster.org
Wed Jan 28 11:30:43 PST 2009


Author: ddunbar
Date: Wed Jan 28 13:30:43 2009
New Revision: 63223

URL: http://llvm.org/viewvc/llvm-project?rev=63223&view=rev
Log:
Fix test case (for -### printing version)

Modified:
    cfe/trunk/tools/ccc/test/ccc/integrated-cpp.c

Modified: cfe/trunk/tools/ccc/test/ccc/integrated-cpp.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/ccc/test/ccc/integrated-cpp.c?rev=63223&r1=63222&r2=63223&view=diff

==============================================================================
--- cfe/trunk/tools/ccc/test/ccc/integrated-cpp.c (original)
+++ cfe/trunk/tools/ccc/test/ccc/integrated-cpp.c Wed Jan 28 13:30:43 2009
@@ -1,3 +1,3 @@
-// RUN: xcc -fsyntax-only -### %s 2>&1 | count 1 &&
-// RUN: xcc -fsyntax-only -### %s -no-integrated-cpp 2>&1 | count 2 &&
-// RUN: xcc -fsyntax-only -### %s -save-temps 2>&1 | count 2
+// RUN: xcc -fsyntax-only -### %s 2>&1 | count 2 &&
+// RUN: xcc -fsyntax-only -### %s -no-integrated-cpp 2>&1 | count 3 &&
+// RUN: xcc -fsyntax-only -### %s -save-temps 2>&1 | count 3





More information about the cfe-commits mailing list