summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/interface-layout.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/interface-layout.m')
-rw-r--r--test/SemaObjC/interface-layout.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/interface-layout.m b/test/SemaObjC/interface-layout.m
index b2c6f0d95f..72a7155644 100644
--- a/test/SemaObjC/interface-layout.m
+++ b/test/SemaObjC/interface-layout.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 %s -fsyntax-only -verify -triple i386-apple-darwin9
+// RUN: %clang_cc1 %s -fsyntax-only -verify -triple i386-apple-darwin9
typedef struct objc_object {} *id;
typedef signed char BOOL;
typedef unsigned int NSUInteger;