[llvm-commits] CVS: llvm/test/lib/llvm-dg.exp
Tanya Brethour
tbrethou at cs.uiuc.edu
Sat Nov 13 14:56:02 PST 2004
Changes in directory llvm/test/lib:
llvm-dg.exp updated: 1.5 -> 1.6
---
Log message:
Changed to use tcl script.
---
Diffs of the changes: (+2 -2)
Index: llvm/test/lib/llvm-dg.exp
diff -u llvm/test/lib/llvm-dg.exp:1.5 llvm/test/lib/llvm-dg.exp:1.6
--- llvm/test/lib/llvm-dg.exp:1.5 Sun Nov 7 21:26:59 2004
+++ llvm/test/lib/llvm-dg.exp Sat Nov 13 16:55:51 2004
@@ -52,8 +52,8 @@
#replace %llvmgxx with actual path to llvmg++
regsub -all {%llvmgxx} $new_runline $llvmgxx new_runline
- #replace %prcontext with actual path to llvmg++ (Goes away when we remove qmtest)
- regsub -all {%prcontext} $new_runline "$prcontext" new_runline
+ #replace %prcontext with prcontext.tcl (Goes away when we remove qmtest)
+ regsub -all {%prcontext} $new_runline "prcontext.tcl" new_runline
puts $scriptFileId $new_runline
} elseif {[regexp {XFAIL:[ *](.+)} $line match targets]} {
More information about the llvm-commits
mailing list