diff options
-rw-r--r-- | tests/incr.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/incr.test b/tests/incr.test index 888f386..7ead4b7 100644 --- a/tests/incr.test +++ b/tests/incr.test @@ -237,6 +237,7 @@ test incr-1.30 {TclCompileIncrCmd: array var, braced (no subs)} -setup { } -result 5 test incr-1.31 {no overflow in TclCompileIncrCmd and Tcl_IncrObjCmd, bug [7179c6724cd38271]} { + set res [list] # TclCompileIncrCmd: compiled incr TEBC with immutable constant offs (INST_INCR_*_IMM instructions): lappend res [set i 0; incr i 0x7FFFFFFF] lappend res [set i 0; incr i 0xFFFFFF80] |