diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-18 12:23:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-18 12:23:32 (GMT) |
commit | 1c9f5c87416a863ae166c4ec0938d0b72a238636 (patch) | |
tree | 1f33d3f6c6791d204cf0f8022d403b9ea88a40b8 /tests/namespace.test | |
parent | f14d3b58cf24bdf36bbbc577c89287a7ab8a89cf (diff) | |
download | tcl-1c9f5c87416a863ae166c4ec0938d0b72a238636.zip tcl-1c9f5c87416a863ae166c4ec0938d0b72a238636.tar.gz tcl-1c9f5c87416a863ae166c4ec0938d0b72a238636.tar.bz2 |
Make pkgua package thread-safe
Diffstat (limited to 'tests/namespace.test')
-rw-r--r-- | tests/namespace.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespace.test b/tests/namespace.test index ebc00ab..1a18096 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 |