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

Reid Spencer reid at x10sys.com
Sat Apr 14 15:50:42 PDT 2007



Changes in directory llvm/test/Integer:

dg.exp updated: 1.3 -> 1.4
---
Log message:

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.


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

 dg.exp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Integer/dg.exp
diff -u llvm/test/Integer/dg.exp:1.3 llvm/test/Integer/dg.exp:1.4
--- llvm/test/Integer/dg.exp:1.3	Sat Apr 14 11:48:55 2007
+++ llvm/test/Integer/dg.exp	Sat Apr 14 17:50:08 2007
@@ -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}]]






More information about the llvm-commits mailing list