aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_fn_comma_swallow.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_fn_comma_swallow.c')
-rw-r--r--test/Preprocessor/macro_fn_comma_swallow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_fn_comma_swallow.c b/test/Preprocessor/macro_fn_comma_swallow.c
index e985138a5c44..d39d4e7841d5 100644
--- a/test/Preprocessor/macro_fn_comma_swallow.c
+++ b/test/Preprocessor/macro_fn_comma_swallow.c
@@ -1,7 +1,7 @@
// Test the GNU comma swallowing extension.
// RUN: clang-cc %s -E | grep 'foo{A, }' &&
// RUN: clang-cc %s -E | grep 'fo2{A,}' &&
-// RUN: clang-cc %s -E | grep '{foo}'
+// RUN: clang-cc %s -E | grep '{foo}' &&
#define X(Y) foo{A, Y}
X()