summaryrefslogtreecommitdiffstats
path: root/tests/proc-old.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-27 10:23:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-27 10:23:57 (GMT)
commit5f54c3fb44efbfa40563a0640295e7350b5ca679 (patch)
tree23d2ad46aa7c8cad3a4051d0c88af6534cdeef57 /tests/proc-old.test
parentf3cb255841150f6270c05cab8324748ed71ec527 (diff)
parent524d6bb36ec16228d711b48a3806f39100e388d2 (diff)
downloadtcl-5f54c3fb44efbfa40563a0640295e7350b5ca679.zip
tcl-5f54c3fb44efbfa40563a0640295e7350b5ca679.tar.gz
tcl-5f54c3fb44efbfa40563a0640295e7350b5ca679.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/proc-old.test')
-rw-r--r--tests/proc-old.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proc-old.test b/tests/proc-old.test
index 2f0f417..8c510ce 100644
--- a/tests/proc-old.test
+++ b/tests/proc-old.test
@@ -146,7 +146,7 @@ test proc-old-3.8 {local and global arrays} {
catch {unset a}
trace add var a(1) write t1
set info {}
- do {global a; trace remove var a(1) write t1}
+ do {global a; trace remove variable a(1) write t1}
set a(1) 44
set info
} {}