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

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



Changes in directory llvm/test/Analysis/Andersens:

dg.exp updated: 1.5 -> 1.6
---
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/Analysis/Andersens/dg.exp
diff -u llvm/test/Analysis/Andersens/dg.exp:1.5 llvm/test/Analysis/Andersens/dg.exp:1.6
--- llvm/test/Analysis/Andersens/dg.exp:1.5	Sat Apr 14 14:10:21 2007
+++ llvm/test/Analysis/Andersens/dg.exp	Sat Apr 14 17:50:08 2007
@@ -1,4 +1,4 @@
 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