diff options
author | culler <culler> | 2020-08-17 16:21:05 (GMT) |
---|---|---|
committer | culler <culler> | 2020-08-17 16:21:05 (GMT) |
commit | 270c9b99d653dad45f98e06a5c503a6338479ac9 (patch) | |
tree | 77cb73aa7cd4c18bd8ce2d87e99dd1a422417058 /tests | |
parent | e1968256d828d5f86f7ee09eaea945332df127b1 (diff) | |
download | tcl-270c9b99d653dad45f98e06a5c503a6338479ac9.zip tcl-270c9b99d653dad45f98e06a5c503a6338479ac9.tar.gz tcl-270c9b99d653dad45f98e06a5c503a6338479ac9.tar.bz2 |
Add the missing $.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/io.test | 2 |
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 { |