diff options
Diffstat (limited to 'test/CodeGen/bitfield-init.c')
-rw-r--r-- | test/CodeGen/bitfield-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/bitfield-init.c b/test/CodeGen/bitfield-init.c index 7459614..bee4e7d 100644 --- a/test/CodeGen/bitfield-init.c +++ b/test/CodeGen/bitfield-init.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o %t +// RUN: %clang_cc1 %s -emit-llvm -o %t typedef struct { unsigned int i: 1; } c; const c d = { 1 }; |