summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/protocols.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/protocols.m')
-rw-r--r--clang/test/SemaObjC/protocols.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/protocols.m b/clang/test/SemaObjC/protocols.m
index 9fbdc16759d..579feee7b9c 100644
--- a/clang/test/SemaObjC/protocols.m
+++ b/clang/test/SemaObjC/protocols.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: clang -cc1 -fsyntax-only -verify %s
@interface INTF1
@required // expected-error {{directive may only be specified in protocols only}}
OpenPOWER on IntegriCloud