summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/no-warn-unimpl-method.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/no-warn-unimpl-method.m')
-rw-r--r--test/SemaObjC/no-warn-unimpl-method.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/no-warn-unimpl-method.m b/test/SemaObjC/no-warn-unimpl-method.m
index 2fcb06f..4345914 100644
--- a/test/SemaObjC/no-warn-unimpl-method.m
+++ b/test/SemaObjC/no-warn-unimpl-method.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -triple x86_64-apple-darwin10 -fsyntax-only -verify %s
+// RUN: clang -cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify %s
// This program tests that if class implements the forwardInvocation method, then
// every method possible is implemented in the class and should not issue
// warning of the "Method definition not found" kind. */
OpenPOWER on IntegriCloud