diff options
-rw-r--r-- | tools/ccc/test/ccc/integrated-cpp.c | 6 |
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 |