diff options
Diffstat (limited to 'test/Preprocessor/macro_paste_simple.c')
-rw-r--r-- | test/Preprocessor/macro_paste_simple.c | 4 |
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 |