For PR1319:

Convert to use new llvm.exp version of llvm_testrun


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36008 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-04-14 19:10:21 +00:00
parent 9a03bdac51
commit 6f254906c5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
load_lib llvm-dg.exp
load_lib llvm.exp
llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]

View File

@ -1,6 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: opt -anders-aa -load-vn -gcse -instcombine | llvm-dis | \
; RUN: grep 'ret i1 true'
; RUN: grep {ret i1 true}
%G = internal global int* null
declare int *%ext()