summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property-5.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-5.m')
-rw-r--r--test/SemaObjC/property-5.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-5.m b/test/SemaObjC/property-5.m
index 40b9e67f63..cd7cc2487a 100644
--- a/test/SemaObjC/property-5.m
+++ b/test/SemaObjC/property-5.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -verify %s
+// RUN: %clang_cc1 -verify %s
@protocol P1 @end
@protocol P2 @end