summaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-12.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-12.m')
-rw-r--r--test/SemaObjC/property-12.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-12.m b/test/SemaObjC/property-12.m
index f022dcda43..cd0fccf0e3 100644
--- a/test/SemaObjC/property-12.m
+++ b/test/SemaObjC/property-12.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fsyntax-only -Wreadonly-setter-attrs -verify %s
+// RUN: %clang_cc1 -fsyntax-only -Wreadonly-setter-attrs -verify %s
@protocol P0
@property(readonly,assign) id X; // expected-warning {{property attributes 'readonly' and 'assign' are mutually exclusive}}