diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-27 03:14:56 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-27 03:14:56 +0000 |
commit | 86fb835194f54ccecc33bfaf71f38b636993baab (patch) | |
tree | 0fb811521d4d480281851a8b361108451119a5db /test/Preprocessor/comment_save_macro.c | |
parent | b396a37a235b4d11da3520bc981f07419d7fc31b (diff) |
Fix a broken test in rev. 85199.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/comment_save_macro.c')
-rw-r--r-- | test/Preprocessor/comment_save_macro.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |