diff options
Diffstat (limited to 'test/Preprocessor/dump-options.c')
-rw-r--r-- | test/Preprocessor/dump-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/dump-options.c b/test/Preprocessor/dump-options.c index 6910e1a..8302f1a 100644 --- a/test/Preprocessor/dump-options.c +++ b/test/Preprocessor/dump-options.c @@ -1,3 +1,3 @@ -// RUN: clang %s -E -dD | grep __INTMAX_MAX__ && +// RUN: clang %s -E -dD | grep __INTMAX_MAX__ // RUN: clang %s -E -dM | grep __INTMAX_MAX__ |