diff options
Diffstat (limited to 'test/Preprocessor/macro_paste_bcpl_comment.c')
-rw-r--r-- | test/Preprocessor/macro_paste_bcpl_comment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_paste_bcpl_comment.c b/test/Preprocessor/macro_paste_bcpl_comment.c index fd07b1f..e915ca6 100644 --- a/test/Preprocessor/macro_paste_bcpl_comment.c +++ b/test/Preprocessor/macro_paste_bcpl_comment.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -Eonly 2>&1 | grep error +// RUN: not %clang_cc1 %s -Eonly 2>&1 | grep error #define COMM1 / ## / COMM1 |