diff options
Diffstat (limited to 'clang/test/CodeGen/2008-02-07-bitfield-bug.c')
-rw-r--r-- | clang/test/CodeGen/2008-02-07-bitfield-bug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2008-02-07-bitfield-bug.c b/clang/test/CodeGen/2008-02-07-bitfield-bug.c index 996cc4c56a8..65f54115425 100644 --- a/clang/test/CodeGen/2008-02-07-bitfield-bug.c +++ b/clang/test/CodeGen/2008-02-07-bitfield-bug.c @@ -1,4 +1,4 @@ -// RUN: clang %s -emit-llvm +// RUN: clang %s -emit-llvm -o %t // PR1990 struct test { |