Added RUN line.
authorTanya Lattner <tonic@nondot.org>
Sun, 7 Nov 2004 05:01:34 +0000 (05:01 +0000)
committerTanya Lattner <tonic@nondot.org>
Sun, 7 Nov 2004 05:01:34 +0000 (05:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17556 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2004-10-22-BCWriterUndefBug.llx

index 78ca1ba010f995964a49fc2739ad197f079c4db1..e1bcfe0bcbbd2bc6c89c4fd15fbaf2c52cd871f6 100644 (file)
@@ -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
 %G = internal global [8 x sbyte] undef