Files
mercury/tests/debugger/shallow.exp
Fergus Henderson 9dcdf072b2 Update the line numbers in the expected debugger output to
Estimated hours taken: 0.5

tests/debugger/shallow.exp:
tests/debugger/shallow.exp2:
tests/debugger/browser_test.exp:
tests/debugger/browser_test.exp2:
tests/debugger/multi_parameter.exp:
	Update the line numbers in the expected debugger output to
	reflect changes caused by zs's recent bug fix to jumpopt.m.
1999-12-13 07:43:41 +00:00

11 lines
334 B
Plaintext

1: 1 1 CALL pred shallow:main/2-0 (cc_multi) shallow.m:17
mdb> echo on
Command echo enabled.
mdb> context before
Contexts will be printed before, on the same line.
mdb> context
Contexts are printed before, on the same line.
mdb> c -a
[1, 3, 5, 2, 4]
2: 1 1 EXIT shallow.m:17 pred shallow:main/2-0 (cc_multi)