aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_paste_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_paste_simple.c')
-rw-r--r--test/Preprocessor/macro_paste_simple.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_paste_simple.c b/test/Preprocessor/macro_paste_simple.c
index e8dc1e8404..82b75daf57 100644
--- a/test/Preprocessor/macro_paste_simple.c
+++ b/test/Preprocessor/macro_paste_simple.c
@@ -1,3 +1,5 @@
-// clang %s -E | grep "barbaz123"
+// RUN: clang %s -E | grep "barbaz123"
#define FOO bar ## baz ## 123
+
+FOO