diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 22:51:29 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 22:51:29 +0000 |
commit | 3fc53d6c53e99f99a1d45a346ad0fc83352b4d51 (patch) | |
tree | 7057775db2a5ffc0590e722594161761d81b2a27 /llvm/test/Integer | |
parent | c9e2e13d0a456f65dbae2859d84ff8e1716f9be9 (diff) | |
download | bcm5719-llvm-3fc53d6c53e99f99a1d45a346ad0fc83352b4d51.tar.gz bcm5719-llvm-3fc53d6c53e99f99a1d45a346ad0fc83352b4d51.zip |
Changes to fix problems with "make check". Apparently you can redefine
functions and Tcl's just tickled with that. The fix is to give the "new"
test system a different interface function name.
llvm-svn: 36022
Diffstat (limited to 'llvm/test/Integer')
-rw-r--r-- | llvm/test/Integer/dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Integer/dg.exp b/llvm/test/Integer/dg.exp index 694e4fdd88a..879685ca879 100644 --- a/llvm/test/Integer/dg.exp +++ b/llvm/test/Integer/dg.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] |