提交 38273a9e 编写于 作者: P Pieter Noordhuis

removed obsolete code

上级 436f18b6
......@@ -4,7 +4,6 @@ set ::testnum 0
proc test {name code okpattern} {
incr ::testnum
# if {$::testnum < $::first || $::testnum > $::last} return
puts -nonewline [format "#%03d %-68s " $::testnum $name]
flush stdout
if {[catch {set retval [uplevel 1 $code]} error]} {
......
......@@ -15,7 +15,6 @@ set ::traceleaks 0
set ::valgrind 0
proc execute_tests name {
set cur $::testnum
source "tests/$name.tcl"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册