Genericize tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10091 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2003-11-19 19:44:28 +00:00
parent 639b052e7b
commit 607c317488
4 changed files with 2 additions and 25 deletions

View File

@@ -1,9 +1,6 @@
; This testcase shoudl return with an exit code of 1.
;
; RUN: llvm-as < %s | not lli -force-interpreter=false
target endian = little
target pointersize = 32
; RUN: llvm-as < %s | not lli
%test = global long 0
implementation