summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/io.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test
index 016c6bd..6e2c907 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -6920,7 +6920,7 @@ test io-50.6 {testing handler deletion vs reentrant calls} -constraints {testcha
if {!$done} {
set $timer2 [after 200 lappend done timeout]
vwait done
- after cancel timer2
+ after cancel $timer2
}
set z
} -cleanup {