diff options
author | dgp <dgp@users.sourceforge.net> | 2023-08-04 14:06:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2023-08-04 14:06:34 (GMT) |
commit | 67a433cc8ea9a4d0cddfcf109ba75829f2d49bb3 (patch) | |
tree | 6422c25ab37e8d3333d6809b42757ff07021a8a7 /tests/listObj.test | |
parent | b87eac8cd9d8428556df026871dbf555e6c29aec (diff) | |
download | tcl-67a433cc8ea9a4d0cddfcf109ba75829f2d49bb3.zip tcl-67a433cc8ea9a4d0cddfcf109ba75829f2d49bb3.tar.gz tcl-67a433cc8ea9a4d0cddfcf109ba75829f2d49bb3.tar.bz2 |
quiet test noise
Diffstat (limited to 'tests/listObj.test')
-rw-r--r-- | tests/listObj.test | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/listObj.test b/tests/listObj.test index 17c8cd6..249d446 100644 --- a/tests/listObj.test +++ b/tests/listObj.test @@ -319,14 +319,10 @@ test listobj-14.2 {Tcl_ListObjIndex out-of-bounds index for native lists with sp list [testlistobj index 1 -1] [testlistobj index 1 1000] } -result {null null} -test listobj-14.3 {Tcl_ListObjIndex out-of-bounds index for lseq} -constraints { - testobj -} -setup { +test listobj-14.3 {Tcl_ListObjIndex out-of-bounds index for lseq} -constraints {bug-30e4e9102f testobj} -setup { testobj set 1 [lseq 3] } -cleanup { testobj freeallvars -} -constraints { - bug-30e4e9102f } -body { list [testlistobj index 1 -1] [testlistobj index 1 3] } -result {null null} |