summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/namespace.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/namespace.test b/tests/namespace.test
index 64f237d..6eabf61 100644
--- a/tests/namespace.test
+++ b/tests/namespace.test
@@ -3409,15 +3409,15 @@ 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 {}
+ variable res {}
proc ondelete {old new op} {
variable res
- set tail [namespace tail $old]
+ set tail [namespace tail $old]
set up [namespace tail [namespace qualifiers $old]]
lappend res [list $up $tail]
}
-
+
namespace eval ns1 {} {
namespace export *