summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/crash-label.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/crash-label.m')
-rw-r--r--test/SemaObjC/crash-label.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/crash-label.m b/test/SemaObjC/crash-label.m
index 477c9a12c1..d0a5ae40c7 100644
--- a/test/SemaObjC/crash-label.m
+++ b/test/SemaObjC/crash-label.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
- (NSDictionary*) _executeScript:(NSString *)source { // expected-error 2 {{expected a type}} \
// expected-error {{missing context for method declaration}}