mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-19 11:23:46 +00:00
Estimated hours taken: 2 Branches: main Fix (most of) the expected outputs of the debugger test cases after my recent changes. In some cases, this involved modifying the input scripts to make tests less dependent on event numbers. tests/debugger/Mmakefile: Use MDB_STD instead of MDB for more test cases than before. Disable the output_term_dep test case, since it doesn't actually test anything that the other test cases don't test, and it prints so many events that its .exp files depend on event numbers far too much. tests/debugger/*.exp*: tests/debugger/*.inp: Update expected outputs, and in some cases, the inputs.
21 lines
163 B
Plaintext
21 lines
163 B
Plaintext
echo on
|
|
context none
|
|
register --quiet
|
|
b consult
|
|
c
|
|
delete 0
|
|
vars
|
|
print *
|
|
b database_assert_clause
|
|
c
|
|
delete 0
|
|
finish
|
|
print *
|
|
finish -a
|
|
print *
|
|
|
|
finish -n
|
|
|
|
|
|
continue
|