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}]] _______________________________________________ llvm-commits mailing list [EMAIL PROTECTED] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits