aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/method-def-2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/method-def-2.m')
-rw-r--r--test/SemaObjC/method-def-2.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/method-def-2.m b/test/SemaObjC/method-def-2.m
index 84cdd70259fa..e595589695ea 100644
--- a/test/SemaObjC/method-def-2.m
+++ b/test/SemaObjC/method-def-2.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -ast-print %s
+// RUN: clang -cc1 -ast-print %s
extern void abort(void);
#define CHECK_IF(expr) if(!(expr)) abort()