Fix a bug in the testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-12-03 17:20:57 +00:00
parent a027ba885a
commit aad707b2ff

View File

@ -1,4 +1,4 @@
; RUN: llvm-as %s | lli
; RUN: llvm-as < %s | lli
; PR672