summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/array-constraint.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/array-constraint.c')
-rw-r--r--clang/test/Sema/array-constraint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/array-constraint.c b/clang/test/Sema/array-constraint.c
index 06b5d747abc..5a09e20ecbf 100644
--- a/clang/test/Sema/array-constraint.c
+++ b/clang/test/Sema/array-constraint.c
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify -pedantic %s
+// RUN: clang-cc -fsyntax-only -verify -pedantic %s
struct s; // expected-note 2 {{forward declaration of 'struct s'}}
struct s* t (struct s z[]) { // expected-error {{array has incomplete element type}}
OpenPOWER on IntegriCloud