summaryrefslogtreecommitdiff
path: root/test/SemaObjC/category-method-lookup-2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/category-method-lookup-2.m')
-rw-r--r--test/SemaObjC/category-method-lookup-2.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/category-method-lookup-2.m b/test/SemaObjC/category-method-lookup-2.m
index ea828d9a3b..a31d824d1d 100644
--- a/test/SemaObjC/category-method-lookup-2.m
+++ b/test/SemaObjC/category-method-lookup-2.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
typedef struct objc_class *Class;
@interface NSObject