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

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



Changes in directory llvm/test/Feature:

dg.exp updated: 1.7 -> 1.8
---
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/Feature/dg.exp
diff -u llvm/test/Feature/dg.exp:1.7 llvm/test/Feature/dg.exp:1.8
--- llvm/test/Feature/dg.exp:1.7	Sat Apr 14 11:40:08 2007
+++ llvm/test/Feature/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