summaryrefslogtreecommitdiff
path: root/test/Integer
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 22:51:29 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 22:51:29 +0000
commit78fb2acea21ec413622722cb4efe23ce941c2f51 (patch)
tree316f287d275a53ac01770d3cffd998713e0a44b2 /test/Integer
parenta8d9394914e04e6c60a863ab3aa74cbd937b757d (diff)
downloadllvm-78fb2acea21ec413622722cb4efe23ce941c2f51.tar.gz
llvm-78fb2acea21ec413622722cb4efe23ce941c2f51.tar.bz2
llvm-78fb2acea21ec413622722cb4efe23ce941c2f51.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36022 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer')
-rw-r--r--test/Integer/dg.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Integer/dg.exp b/test/Integer/dg.exp
index 694e4fdd88..879685ca87 100644
--- a/test/Integer/dg.exp
+++ b/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}]]