mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
tests/declarative_debugger/sort.inp: tests/declarative_debugger/sort.exp: Update the expected output to conform to changes to the io module from a while ago; increase the limit on the number of I/O actions printed by the declarative debugger, as the changes mean that we now exceed the default limit.
16 lines
157 B
Plaintext
16 lines
157 B
Plaintext
echo on
|
|
register --quiet
|
|
table_io start
|
|
max_io_actions 30
|
|
finish
|
|
format pretty
|
|
format_param depth 1
|
|
dd
|
|
depth io 10
|
|
print io 9
|
|
depth io 1
|
|
no
|
|
yes
|
|
quit
|
|
quit -y
|