summaryrefslogtreecommitdiff
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 25b52794a7..1934cbd3b8 100644
--- a/test/Parser/objc-try-catch-1.m
+++ b/test/Parser/objc-try-catch-1.m
@@ -1,5 +1,5 @@
-// RUN: clang -cc1 -fsyntax-only -verify %s
-// RUN: clang -cc1 -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