diff options
-rw-r--r-- | test/Preprocessor/macro_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_misc.c b/test/Preprocessor/macro_misc.c index f120197716..66e9e3fcf3 100644 --- a/test/Preprocessor/macro_misc.c +++ b/test/Preprocessor/macro_misc.c @@ -1,4 +1,4 @@ -// RUN: clang %s -E 2>&1 | not grep error +// RUN: clang %s -Eonly -verify // This should not be rejected. #ifdef defined |