summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2008-02-08-bitfield-bug.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/2008-02-08-bitfield-bug.c')
-rw-r--r--clang/test/CodeGen/2008-02-08-bitfield-bug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2008-02-08-bitfield-bug.c b/clang/test/CodeGen/2008-02-08-bitfield-bug.c
index 3818e961c73..fc69e58ed3c 100644
--- a/clang/test/CodeGen/2008-02-08-bitfield-bug.c
+++ b/clang/test/CodeGen/2008-02-08-bitfield-bug.c
@@ -1,4 +1,4 @@
-// RUN: clang %s -emit-llvm -o %t
+// RUN: clang-cc %s -emit-llvm -o %t
struct test {
unsigned a:1;
OpenPOWER on IntegriCloud