From 64134057d2e859c78e24570fe3cf238975a02b0d Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 28 Jan 2009 19:30:43 +0000 Subject: [PATCH] Fix test case (for -### printing version) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63223 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/ccc/test/ccc/integrated-cpp.c | 6 +++--- 1 file 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 -- 2.40.0