aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/rdar6248119.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/rdar6248119.m')
-rw-r--r--test/Sema/rdar6248119.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/rdar6248119.m b/test/Sema/rdar6248119.m
index d4ee305c2912..6b120b284756 100644
--- a/test/Sema/rdar6248119.m
+++ b/test/Sema/rdar6248119.m
@@ -1,4 +1,4 @@
-// RUN: clang -cc1 -fsyntax-only %s -verify
+// RUN: %clang_cc1 -fsyntax-only %s -verify
// Test case for:
// <rdar://problem/6248119> @finally doesn't introduce a new scope