summaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-category-3.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-category-3.m')
-rw-r--r--test/SemaObjC/property-category-3.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-category-3.m b/test/SemaObjC/property-category-3.m
index fdf78315c6..bf9e8cbd9d 100644
--- a/test/SemaObjC/property-category-3.m
+++ b/test/SemaObjC/property-category-3.m
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang-cc -fsyntax-only -verify %s
@protocol P
@property(readonly) int X;