diff options
Diffstat (limited to 'test/SemaObjC/writable-property-in-superclass.m')
-rw-r--r-- | test/SemaObjC/writable-property-in-superclass.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/writable-property-in-superclass.m b/test/SemaObjC/writable-property-in-superclass.m index 182b1c4..cc9295a 100644 --- a/test/SemaObjC/writable-property-in-superclass.m +++ b/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; |