summaryrefslogtreecommitdiff
path: root/tests/support/test.tcl
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2010-06-02 21:29:47 +0200
committerPieter Noordhuis <pcnoordhuis@gmail.com>2010-06-02 21:53:15 +0200
commit38273a9ed6a92f5a9c0c6250484fff677b972019 (patch)
treee700b084e4ef64d19932206e2ddaffc66a408495 /tests/support/test.tcl
parent436f18b618d3820ee3c99b2ae78cf29bf36b2994 (diff)
downloadredis-38273a9ed6a92f5a9c0c6250484fff677b972019.tar.gz
removed obsolete code
Diffstat (limited to 'tests/support/test.tcl')
-rw-r--r--tests/support/test.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/support/test.tcl b/tests/support/test.tcl
index 1fdeb1e9a..a7bcc8018 100644
--- a/tests/support/test.tcl
+++ b/tests/support/test.tcl
@@ -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]} {