summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-no-context.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/method-no-context.m')
-rw-r--r--test/SemaObjC/method-no-context.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/method-no-context.m b/test/SemaObjC/method-no-context.m
index 9351cb9..63caa7e 100644
--- a/test/SemaObjC/method-no-context.m
+++ b/test/SemaObjC/method-no-context.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: clang -cc1 -fsyntax-only -verify %s
- im0 { int a; return 0; // expected-error{{missing context for method declaration}}
// expected-error{{expected '}'}}
OpenPOWER on IntegriCloud