From: Daniel Dunbar Date: Wed, 28 Jan 2009 19:30:43 +0000 (+0000) Subject: Fix test case (for -### printing version) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64134057d2e859c78e24570fe3cf238975a02b0d;p=clang Fix test case (for -### printing version) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63223 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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