]> granicus.if.org Git - clang/commitdiff
Fix a broken test in rev. 85199.
authorEdward O'Callaghan <eocallaghan@auroraux.org>
Tue, 27 Oct 2009 03:14:56 +0000 (03:14 +0000)
committerEdward O'Callaghan <eocallaghan@auroraux.org>
Tue, 27 Oct 2009 03:14:56 +0000 (03:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85200 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/comment_save_macro.c

index 06066d21d57be11dd74ef221047d5f9e69f1aba3..47113a3e6c3b66beb9aa65aa598d1a1740546fde 100644 (file)
@@ -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