aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/idiomatic-parentheses.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/idiomatic-parentheses.m')
-rw-r--r--test/SemaObjC/idiomatic-parentheses.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaObjC/idiomatic-parentheses.m b/test/SemaObjC/idiomatic-parentheses.m
index 011efbc437bf0..39e97e2df60a0 100644
--- a/test/SemaObjC/idiomatic-parentheses.m
+++ b/test/SemaObjC/idiomatic-parentheses.m
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify -Wparentheses %s
-// Don't warn about some common ObjC idioms unless we have -Wparentheses on.
+// Don't warn about some common ObjC idioms unless we have -Widiomatic-parentheses on.
// <rdar://problem/7382435>
@interface Object