summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/gcc-cast-ext.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/gcc-cast-ext.m')
-rw-r--r--test/SemaObjC/gcc-cast-ext.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/gcc-cast-ext.m b/test/SemaObjC/gcc-cast-ext.m
index 6b4cbafcf8..28abfbc8b2 100644
--- a/test/SemaObjC/gcc-cast-ext.m
+++ b/test/SemaObjC/gcc-cast-ext.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 %s -verify -fms-extensions
+// RUN: %clang_cc1 %s -verify -fms-extensions
@class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator;
typedef struct _NSRange { } NSRange;