summaryrefslogtreecommitdiffstats
path: root/tests/namespace.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-18 12:02:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-18 12:02:55 (GMT)
commit39ef112133e88eb09bd7a2a6cdcf970659d5db09 (patch)
tree3a28dc4b1c7193ffe610d6b06d04a5295534314d /tests/namespace.test
parent05b875c56459e7ab5f42d3285e7342abc8b0e996 (diff)
downloadtcl-39ef112133e88eb09bd7a2a6cdcf970659d5db09.zip
tcl-39ef112133e88eb09bd7a2a6cdcf970659d5db09.tar.gz
tcl-39ef112133e88eb09bd7a2a6cdcf970659d5db09.tar.bz2
Make Pkgua package thread-safe and properly clean up everything when being unloaded. Based on pyk-tclUnload branch, but extended for thread-safety (Thanks!)
Diffstat (limited to 'tests/namespace.test')
-rw-r--r--tests/namespace.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespace.test b/tests/namespace.test
index ed52102..e585504 100644
--- a/tests/namespace.test
+++ b/tests/namespace.test
@@ -3344,7 +3344,7 @@ test namespace-56.6 {
Namespace deletion traces on both the original routine and the imported
routine should run without any memory error under a debug build.
} -body {
- variable res 0
+ variable res 0
proc ondelete {old new op} {
$old