summaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_fn_varargs_iso.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_fn_varargs_iso.c')
-rw-r--r--test/Preprocessor/macro_fn_varargs_iso.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/macro_fn_varargs_iso.c b/test/Preprocessor/macro_fn_varargs_iso.c
index 78ad212405..b1e5c52823 100644
--- a/test/Preprocessor/macro_fn_varargs_iso.c
+++ b/test/Preprocessor/macro_fn_varargs_iso.c
@@ -1,6 +1,6 @@
-// RUN: clang-cc -E %s | grep 'foo{a, b, c, d, e}' &&
-// RUN: clang-cc -E %s | grep 'foo2{d, C, B}' &&
+// RUN: clang-cc -E %s | grep 'foo{a, b, c, d, e}'
+// RUN: clang-cc -E %s | grep 'foo2{d, C, B}'
// RUN: clang-cc -E %s | grep 'foo2{d,e, C, B}'
#define va1(...) foo{a, __VA_ARGS__, e}