summaryrefslogtreecommitdiffstats
path: root/tests/thread.test
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2015-06-05 19:58:42 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2015-06-05 19:58:42 (GMT)
commit0209d36677da9f01d910adf104ed84f066cc1ece (patch)
tree472ce2f11a28bd7d64406eb888b810bb81bcf2ab /tests/thread.test
parentf3337d5804891dde384cbc16b853b551ce5187d0 (diff)
downloadtcl-0209d36677da9f01d910adf104ed84f066cc1ece.zip
tcl-0209d36677da9f01d910adf104ed84f066cc1ece.tar.gz
tcl-0209d36677da9f01d910adf104ed84f066cc1ece.tar.bz2
Fix typo in three thread tests.
Diffstat (limited to 'tests/thread.test')
-rw-r--r--tests/thread.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/thread.test b/tests/thread.test
index f32ef61..6032bae 100644
--- a/tests/thread.test
+++ b/tests/thread.test
@@ -564,7 +564,7 @@ test thread-7.14 {cancel: vwait} -constraints {thread drainEventQueue} -setup {
unset -nocomplain ::threadSawError ::threadError ::threadId ::threadIdStarted
} -body {
set serverthread [thread::create -joinable \
- [string map [list %ID [thread::id]] {
+ [string map [list %ID% [thread::id]] {
if {![info exists foo]} then {
# signal the primary thread that we are ready
# to be canceled now (we are running).
@@ -616,7 +616,7 @@ test thread-7.16 {cancel: expr} -constraints {thread drainEventQueue} -setup {
unset -nocomplain ::threadSawError ::threadError ::threadId ::threadIdStarted
} -body {
set serverthread [thread::create -joinable \
- [string map [list %ID [thread::id]] {
+ [string map [list %ID% [thread::id]] {
set i [interp create]
$i eval "package require -exact Thread [package present Thread]"
$i eval {
@@ -1372,7 +1372,7 @@ test thread-7.37 {cancel: send async thread cancel nested catch inside pure insi
unset -nocomplain ::threadSawError ::threadError ::threadId ::threadIdStarted
} -body {
set serverthread [thread::create -joinable \
- [string map [list %ID [thread::id]] {
+ [string map [list %ID% [thread::id]] {
proc foobar {} {
set catch catch
set while while