aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/typedef-variable-type.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/typedef-variable-type.c')
-rw-r--r--test/Sema/typedef-variable-type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/typedef-variable-type.c b/test/Sema/typedef-variable-type.c
index 703792fcdc..7a9bb4879b 100644
--- a/test/Sema/typedef-variable-type.c
+++ b/test/Sema/typedef-variable-type.c
@@ -1,3 +1,3 @@
-// RUN: clang %s -verify -fsyntax-only -pedantic
+// RUN: clang-cc %s -verify -fsyntax-only -pedantic
typedef int (*a)[!.0]; // expected-warning{{size of static array must be an integer constant expression}}