aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-01-28 19:30:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-01-28 19:30:43 +0000
commit64134057d2e859c78e24570fe3cf238975a02b0d (patch)
treeefa00ddd6aaa3a5c84813fd614b090d256a2bb01
parent76715913cd6400feb23950a650cd1777ebe10967 (diff)
Fix test case (for -### printing version)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63223 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/ccc/test/ccc/integrated-cpp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ccc/test/ccc/integrated-cpp.c b/tools/ccc/test/ccc/integrated-cpp.c
index 56c7764fdf..25c7402767 100644
--- a/tools/ccc/test/ccc/integrated-cpp.c
+++ b/tools/ccc/test/ccc/integrated-cpp.c
@@ -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