Don't try to interpret a fictitious file.

llvm-svn: 36000
This commit is contained in:
Reid Spencer 2007-04-14 17:41:12 +00:00
parent 6e0ffa8c43
commit 5c59cf718d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
; RUN: llvm-as < %s | lli --force-interpreter=true %t3.bc | grep -- -255
; RUN: llvm-as < %s | lli --force-interpreter=true | grep -- -255
@ARRAY = global [ 20 x i17 ] zeroinitializer
@FORMAT = constant [ 4 x i8 ] c"%d\0A\00"