diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Sema/parentheses.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Sema/parentheses.c b/test/Sema/parentheses.c index 360aade837..a8ad260bf8 100644 --- a/test/Sema/parentheses.c +++ b/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) { |