Skip to content

Commit

Permalink
merge 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres committed Dec 26, 2024
2 parents 0285ae3 + f7c773c commit df27c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/interp.test
Original file line number Diff line number Diff line change
Expand Up @@ -2072,11 +2072,12 @@ test interp-25.2 {lambda on different interpreters, bug [67d5f75c36cbada6]} -set
# cover also epoch change (command list is replaced):
a eval {proc list args {return {NO LIST}}}
lappend res [a eval $lambda]
lappend res [eval $lambda]
set res
} -cleanup {
interp delete a
unset -nocomplain res lambda
} -result [list {*}[lrepeat 4 {OK from lambda}] {NO LIST}]
} -result [list {*}[lrepeat 4 {OK from lambda}] {NO LIST} {OK from lambda}]

#
# Interps result transmission
Expand Down

0 comments on commit df27c0e

Please sign in to comment.