summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2024-08-21 14:27:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2024-08-21 14:27:05 (GMT)
commit15f309ceeca3cb7e8f2802841670627d43e2a040 (patch)
tree649cd1550fac5d450de650014822cdea03443607
parent0f2ef2980adfb8d573660fc6b5e5c832638b524b (diff)
downloadtcl-15f309ceeca3cb7e8f2802841670627d43e2a040.zip
tcl-15f309ceeca3cb7e8f2802841670627d43e2a040.tar.gz
tcl-15f309ceeca3cb7e8f2802841670627d43e2a040.tar.bz2
Fix failure under -singleproc 1 testing
-rw-r--r--tests/incr.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/incr.test b/tests/incr.test
index ff328b7..48d64de 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]