]> granicus.if.org Git - clang/commitdiff
Fix test case (for -### printing version)
authorDaniel Dunbar <daniel@zuster.org>
Wed, 28 Jan 2009 19:30:43 +0000 (19:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 28 Jan 2009 19:30:43 +0000 (19:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63223 91177308-0d34-0410-b5e6-96231b3b80d8

tools/ccc/test/ccc/integrated-cpp.c

index 56c7764fdfd5740be7b28d455aadd68e8defb1ad..25c740276732cfb71aee1f69571b117caa8123b1 100644 (file)
@@ -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