summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/writable-property-in-superclass.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/writable-property-in-superclass.m')
-rw-r--r--clang/test/SemaObjC/writable-property-in-superclass.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/writable-property-in-superclass.m b/clang/test/SemaObjC/writable-property-in-superclass.m
index 182b1c47bb3..cc9295a9bc0 100644
--- a/clang/test/SemaObjC/writable-property-in-superclass.m
+++ b/clang/test/SemaObjC/writable-property-in-superclass.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: clang -cc1 -fsyntax-only -verify %s
@interface MessageStore
@property (assign, readonly) int P;
OpenPOWER on IntegriCloud