From 78fb2acea21ec413622722cb4efe23ce941c2f51 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 14 Apr 2007 22:51:29 +0000 Subject: 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 --- test/Integer/dg.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Integer') 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}]] -- cgit v1.2.3