[llvm-commits] CVS: llvm/test/BugPoint/dg.exp

Reid Spencer reid at x10sys.com
Sun Apr 15 03:09:59 PDT 2007



Changes in directory llvm/test/BugPoint:

dg.exp updated: 1.5 -> 1.6
---
Log message:

For PR1319: http://llvm.org/PR1319 :
Update to new Tcl exec based test harness.


---
Diffs of the changes:  (+2 -2)

 dg.exp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/BugPoint/dg.exp
diff -u llvm/test/BugPoint/dg.exp:1.5 llvm/test/BugPoint/dg.exp:1.6
--- llvm/test/BugPoint/dg.exp:1.5	Wed Apr 11 14:56:57 2007
+++ llvm/test/BugPoint/dg.exp	Sun Apr 15 05:09:30 2007
@@ -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]]






More information about the llvm-commits mailing list