mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
Estimated hours taken: 0.1
Branches: main
tests/debugger/mdbrc_test.{inp,exp}:
Fix the failure of this test case in grades in which the standard
Mercury library generates events. In those grades, the initial "step"
command stepped not to the first predicate called in main, but
to the library function that generated its arguments.
10 lines
88 B
Plaintext
10 lines
88 B
Plaintext
echo on
|
|
register --quiet
|
|
context none
|
|
break p
|
|
continue
|
|
delete *
|
|
finish
|
|
print B
|
|
continue
|