diff options
Diffstat (limited to 'test/Preprocessor/comment_save_if.c')
-rw-r--r-- | test/Preprocessor/comment_save_if.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Preprocessor/comment_save_if.c b/test/Preprocessor/comment_save_if.c index 4946122a3f0c8..b972d914ebdb8 100644 --- a/test/Preprocessor/comment_save_if.c +++ b/test/Preprocessor/comment_save_if.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -E -CC -pedantic -verify +// expected-no-diagnostics #if 1 /*bar */ |