summaryrefslogtreecommitdiffstats
path: root/test/Sema/recover-goto.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/recover-goto.c')
-rw-r--r--test/Sema/recover-goto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/recover-goto.c b/test/Sema/recover-goto.c
index e7b9f3c8ea..0d665f9a60 100644
--- a/test/Sema/recover-goto.c
+++ b/test/Sema/recover-goto.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only %s -verify
+// RUN: %clang_cc1 -fsyntax-only %s -verify
void a() {goto A; // expected-error {{use of undeclared label}}
// expected-error {{expected '}'}}