diff options
Diffstat (limited to 'clang/test/Preprocessor/macro_paste_simple.c')
-rw-r--r-- | clang/test/Preprocessor/macro_paste_simple.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/macro_paste_simple.c b/clang/test/Preprocessor/macro_paste_simple.c index e8dc1e84045..82b75daf571 100644 --- a/clang/test/Preprocessor/macro_paste_simple.c +++ b/clang/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 |