diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-03-01 18:33:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-03-01 18:33:36 (GMT) |
commit | 4b31536c4ab3a3fe601366531af716fb5a5e60c4 (patch) | |
tree | 4bcc0a85e26f31b79b31ec52b862ac15c23f847a | |
parent | 09ea3ba2caab70f7b890d3ad5198a6b500e0f313 (diff) | |
parent | 4ec51224f4a84d6e8cda5dc2e58820737dac067e (diff) | |
download | tcl-4b31536c4ab3a3fe601366531af716fb5a5e60c4.zip tcl-4b31536c4ab3a3fe601366531af716fb5a5e60c4.tar.gz tcl-4b31536c4ab3a3fe601366531af716fb5a5e60c4.tar.bz2 |
[Bug 3606542]: Add missing constraint to test.
-rw-r--r-- | tests/listObj.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/listObj.test b/tests/listObj.test index 937fb1d..d7fb46c 100644 --- a/tests/listObj.test +++ b/tests/listObj.test @@ -196,7 +196,7 @@ test listobj-10.1 {Bug [2971669]} {*}{ -result {{a b c d e} {} {a b c d e f}} } -test listobj-11.1 {bug 3598580} { +test listobj-11.1 {Bug 3598580: Tcl_ListObjReplace refcount management} testobj { testobj bug3598580 } 123 |