diff options
Diffstat (limited to 'clang/test/Sema/parentheses.c')
-rw-r--r-- | clang/test/Sema/parentheses.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Sema/parentheses.c b/clang/test/Sema/parentheses.c index 360aade8370..a8ad260bf8b 100644 --- a/clang/test/Sema/parentheses.c +++ b/clang/test/Sema/parentheses.c @@ -1,4 +1,5 @@ -// RUN: clang-cc -Wparentheses -fsyntax-only -verify %s +// RUN: clang-cc -Wparentheses -fsyntax-only -verify %s && +// RUN: clang-cc -Wparentheses -fixit %s -o - | clang-cc -Wparentheses -Werror - // Test the various warnings under -Wparentheses void if_assign(void) { |