diff options
Diffstat (limited to 'test/Preprocessor/expr_liveness.c')
-rw-r--r-- | test/Preprocessor/expr_liveness.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/expr_liveness.c b/test/Preprocessor/expr_liveness.c index 3d1e25e..d44b196 100644 --- a/test/Preprocessor/expr_liveness.c +++ b/test/Preprocessor/expr_liveness.c @@ -1,4 +1,4 @@ -/* RUN: clang-cc -E %s -DNO_ERRORS -Werror -Wundef && +/* RUN: clang-cc -E %s -DNO_ERRORS -Werror -Wundef RUN: not clang-cc -E %s */ |