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 31be34076f..399421fd72 100644
--- a/test/Parser/prefix-attributes.m
+++ b/test/Parser/prefix-attributes.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -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}}