aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-user-setter.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-user-setter.m')
-rw-r--r--test/SemaObjC/property-user-setter.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/SemaObjC/property-user-setter.m b/test/SemaObjC/property-user-setter.m
index 94458dca6ee0..c06f2b6f44fb 100644
--- a/test/SemaObjC/property-user-setter.m
+++ b/test/SemaObjC/property-user-setter.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
@interface I0
@property(readonly) int x;
@@ -80,6 +80,7 @@ static int g_val;
}
@end
+void abort(void);
int main (void) {
Subclass *x = [[Subclass alloc] init];