diff options
Diffstat (limited to 'test/Preprocessor/if_warning.c')
-rw-r--r-- | test/Preprocessor/if_warning.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/if_warning.c b/test/Preprocessor/if_warning.c index 5567513..2ce7b31 100644 --- a/test/Preprocessor/if_warning.c +++ b/test/Preprocessor/if_warning.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -Eonly -Werror=undef -verify && +// RUN: clang-cc %s -Eonly -Werror=undef -verify // RUN: clang-cc %s -Eonly -Werror-undef -verify extern int x; |