aboutsummaryrefslogtreecommitdiff
path: root/tests/regexp.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regexp.test')
-rw-r--r--tests/regexp.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/regexp.test b/tests/regexp.test
index 037fc8e..41d0620 100644
--- a/tests/regexp.test
+++ b/tests/regexp.test
@@ -28,8 +28,6 @@ test regexp-1.1 {effect of caching} {
set t1 [lindex $t1 0]
set t2 [lindex $t2 0]
- puts "t1=$t1, t2=$t2"
-
# If these two times are within 20% of each other, caching isn't working
expr {$t2 * 1.0 / $t1 < 1.2 && $t1 * 1.0 / $t2 < 1.2}
} {0}