summaryrefslogtreecommitdiffstats
path: root/test/Sema/decl-type-merging.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/decl-type-merging.c')
-rw-r--r--test/Sema/decl-type-merging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/decl-type-merging.c b/test/Sema/decl-type-merging.c
index 1a8601298e..259b0ddf15 100644
--- a/test/Sema/decl-type-merging.c
+++ b/test/Sema/decl-type-merging.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -std=c99 -verify -pedantic %s
+// RUN: %clang_cc1 -fsyntax-only -std=c99 -verify -pedantic %s
int x[10];
int x[] = {1,2,3};