diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-03-01 18:30:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-03-01 18:30:40 (GMT) |
commit | 4ec51224f4a84d6e8cda5dc2e58820737dac067e (patch) | |
tree | ee1cb4b2c6548f9b60a8d2c474bebefdb1792f55 /tests | |
parent | 900bc4a9682d140494fdc2c3f53b380aee07396c (diff) | |
download | tcl-4ec51224f4a84d6e8cda5dc2e58820737dac067e.zip tcl-4ec51224f4a84d6e8cda5dc2e58820737dac067e.tar.gz tcl-4ec51224f4a84d6e8cda5dc2e58820737dac067e.tar.bz2 |
[Bug 3606542]: Add missing constraint to test.
Diffstat (limited to 'tests')
-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 9f9b41c..1b9b542 100644 --- a/tests/listObj.test +++ b/tests/listObj.test @@ -193,7 +193,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 |