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