Skip to content

Commit

Permalink
Fix failure under -singleproc 1 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed Aug 21, 2024
1 parent d6a7d33 commit 92a00c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/incr.test
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 92a00c5

Please sign in to comment.