summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/class-property-access.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/class-property-access.m')
-rw-r--r--test/SemaObjC/class-property-access.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/class-property-access.m b/test/SemaObjC/class-property-access.m
index 663b87d..ce34a23 100644
--- a/test/SemaObjC/class-property-access.m
+++ b/test/SemaObjC/class-property-access.m
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang -cc1 -fsyntax-only -verify %s
@interface Test {}
+ (Test*)one;
OpenPOWER on IntegriCloud