summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit3fc53d6c53e99f99a1d45a346ad0fc83352b4d51 (patch)
tree7057775db2a5ffc0590e722594161761d81b2a27 /llvm/test/Integer
parentc9e2e13d0a456f65dbae2859d84ff8e1716f9be9 (diff)
downloadbcm5719-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.exp2
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}]]
OpenPOWER on IntegriCloud