mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
Estimated hours taken: 0.5 Branches: main tests/debugger/Mmakefile: tests/debugger/label_layout.exp: tests/debugger/label_layout.inp: tests/debugger/label_layout.m: A regression test for the bug that was recently causing output_term_dep to fail. This is a much smaller and simpler test case than the existing one. tests/debugger/Mercury.options: Pass --opt-space to mmc for this test, since the problem only showed up with that option.
9 lines
73 B
Plaintext
9 lines
73 B
Plaintext
echo on
|
|
register --quiet
|
|
break a
|
|
continue
|
|
finish
|
|
continue
|
|
finish
|
|
quit -y
|