summaryrefslogtreecommitdiffstats
path: root/test/Parser/objc-try-catch-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/objc-try-catch-1.m')
-rw-r--r--test/Parser/objc-try-catch-1.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Parser/objc-try-catch-1.m b/test/Parser/objc-try-catch-1.m
index 98c6d16..25b5279 100644
--- a/test/Parser/objc-try-catch-1.m
+++ b/test/Parser/objc-try-catch-1.m
@@ -1,5 +1,5 @@
-// RUN: clang-cc -fsyntax-only -verify %s
-// RUN: clang-cc -fsyntax-only -verify -x objective-c++ %s
+// RUN: clang -cc1 -fsyntax-only -verify %s
+// RUN: clang -cc1 -fsyntax-only -verify -x objective-c++ %s
void * proc();
@interface NSConstantString
OpenPOWER on IntegriCloud