summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/ignore-weakimport-method.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/ignore-weakimport-method.m')
-rw-r--r--test/SemaObjC/ignore-weakimport-method.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/ignore-weakimport-method.m b/test/SemaObjC/ignore-weakimport-method.m
index f745e443cf..f80312ac06 100644
--- a/test/SemaObjC/ignore-weakimport-method.m
+++ b/test/SemaObjC/ignore-weakimport-method.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
@interface foo
+ (void) cx __attribute__((weak_import));