diff options
| author | pooryorick <com.digitalsmarties@pooryorick.com> | 2021-04-03 12:36:10 (GMT) |
|---|---|---|
| committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2021-04-03 12:36:10 (GMT) |
| commit | 55f8e3ac01b129121e749e40480a67bca8aa0832 (patch) | |
| tree | df00cb4485cdd92326e7467b818b8e9735ff6e92 | |
| parent | c494f8045e89b1765e8faef75b2fc169b8e70e56 (diff) | |
| download | tcl-55f8e3ac01b129121e749e40480a67bca8aa0832.zip tcl-55f8e3ac01b129121e749e40480a67bca8aa0832.tar.gz tcl-55f8e3ac01b129121e749e40480a67bca8aa0832.tar.bz2 | |
Remove suspected inadvertent copypasta from test.
| -rw-r--r-- | tests/namespace.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/namespace.test b/tests/namespace.test index efd00a8..dc0e56d 100644 --- a/tests/namespace.test +++ b/tests/namespace.test @@ -3289,8 +3289,8 @@ test namespace-56.2 {bug f97d4ee020: mutually-entangled deletion} { namespace eval ::testing { namespace eval abc {proc xyz {} {}} namespace eval def {proc xyz {} {}} - trace add command abc::xyz delete "namespace delete ::testing::def {}; #" - trace add command def::xyz delete "namespace delete ::testing::abc {}; #" + trace add command abc::xyz delete "namespace delete ::testing::def; #" + trace add command def::xyz delete "namespace delete ::testing::abc; #" } namespace delete ::testing } {} |
