summaryrefslogtreecommitdiffstats
path: root/test/Parser/prefix-attributes.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/prefix-attributes.m')
-rw-r--r--test/Parser/prefix-attributes.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/prefix-attributes.m b/test/Parser/prefix-attributes.m
index bb6d04d..31be340 100644
--- a/test/Parser/prefix-attributes.m
+++ b/test/Parser/prefix-attributes.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -verify -fsyntax-only %s
+// RUN: clang -cc1 -verify -fsyntax-only %s
__attribute__((deprecated)) @class B; // expected-error {{prefix attribute must be followed by an interface or protocol}}
OpenPOWER on IntegriCloud