From: Reid Spencer Date: Sun, 15 Apr 2007 10:09:30 +0000 (+0000) Subject: For PR1319: X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=35aa22e80849186e52a5e80ba16baf0904e5646f;p=oota-llvm.git For PR1319: Update to new Tcl exec based test harness. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36068 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/BugPoint/dg.exp b/test/BugPoint/dg.exp index e42204058c5..de42dad163f 100644 --- a/test/BugPoint/dg.exp +++ b/test/BugPoint/dg.exp @@ -1,3 +1,3 @@ -load_lib llvm-dg.exp +load_lib llvm.exp -llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.ll]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]