diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-22 10:50:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-22 10:50:45 (GMT) |
commit | 94341f98919bb5c68335f97cf1346d3081d57d6e (patch) | |
tree | 06d1672ed4d1269ecefce8788c20eb0c4a0e8eec | |
parent | bc503d6aadd3e222f57c5a9e48afd5057afb471c (diff) | |
parent | 15f309ceeca3cb7e8f2802841670627d43e2a040 (diff) | |
download | tcl-94341f98919bb5c68335f97cf1346d3081d57d6e.zip tcl-94341f98919bb5c68335f97cf1346d3081d57d6e.tar.gz tcl-94341f98919bb5c68335f97cf1346d3081d57d6e.tar.bz2 |
Fix failure under -singleproc 1 testing
-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] |