diff options
Diffstat (limited to 'clang/test/Preprocessor/macro_paste_msextensions.c')
-rw-r--r-- | clang/test/Preprocessor/macro_paste_msextensions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/macro_paste_msextensions.c b/clang/test/Preprocessor/macro_paste_msextensions.c index c5b42130b8e..afdcdbd493f 100644 --- a/clang/test/Preprocessor/macro_paste_msextensions.c +++ b/clang/test/Preprocessor/macro_paste_msextensions.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -P -E -fms-extensions %s | FileCheck -strict-whitespace %s +// RUN: not %clang_cc1 -P -E -fms-extensions %s | FileCheck -strict-whitespace %s // This horrible stuff should preprocess into (other than whitespace): // int foo; |