summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/static-order.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/static-order.c')
-rw-r--r--clang/test/CodeGen/static-order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/static-order.c b/clang/test/CodeGen/static-order.c
index c63f4ed892a..243e96bf3e6 100644
--- a/clang/test/CodeGen/static-order.c
+++ b/clang/test/CodeGen/static-order.c
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o - %s | not grep "zeroinitializer"
+// RUN: clang-cc -emit-llvm -o - %s | not grep "zeroinitializer"
struct s {
int a;
OpenPOWER on IntegriCloud