diff options
Diffstat (limited to 'test/Assembler/2004-10-22-BCWriterUndefBug.ll')
-rw-r--r-- | test/Assembler/2004-10-22-BCWriterUndefBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2004-10-22-BCWriterUndefBug.ll b/test/Assembler/2004-10-22-BCWriterUndefBug.ll index 4b2ebeee93420..694b80b78c167 100644 --- a/test/Assembler/2004-10-22-BCWriterUndefBug.ll +++ b/test/Assembler/2004-10-22-BCWriterUndefBug.ll @@ -1,5 +1,5 @@ ;; The bytecode writer was trying to treat undef values as ConstantArray's when ;; they looked like strings. -;; RUN: llvm-as %s -o /dev/null -f +;; RUN: llvm-as %s -o /dev/null @G = internal global [8 x i8] undef |