From: Edward O'Callaghan Date: Tue, 27 Oct 2009 03:14:56 +0000 (+0000) Subject: Fix a broken test in rev. 85199. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86fb835194f54ccecc33bfaf71f38b636993baab;p=clang Fix a broken test in rev. 85199. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85200 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/comment_save_macro.c b/test/Preprocessor/comment_save_macro.c index 06066d21d5..47113a3e6c 100644 --- a/test/Preprocessor/comment_save_macro.c +++ b/test/Preprocessor/comment_save_macro.c @@ -1,7 +1,7 @@ -// RUN: clang-cc -E -C %s | FileCheck -strict-whitespace %s +// RUN: clang-cc -E -C %s | FileCheck -strict-whitespace %s && // CHECK: boo bork bar // zot -// RUN: clang-cc -E -CC %s | FileCheck -strict-whitespace %s +// RUN: clang-cc -E -CC %s | FileCheck -strict-whitespace %s && // CHECK: boo bork /* blah*/ bar // zot // RUN: clang-cc -E %s | FileCheck -strict-whitespace %s