diff options
Diffstat (limited to 'test/Preprocessor/macro_paste_msextensions.c')
-rw-r--r-- | test/Preprocessor/macro_paste_msextensions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_paste_msextensions.c b/test/Preprocessor/macro_paste_msextensions.c index c5b4213..afdcdbd 100644 --- a/test/Preprocessor/macro_paste_msextensions.c +++ b/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; |