Files
mercury/tests/debugger/loopcheck.exp2
Simon Taylor 4401a8e53e I forgot to update the `.exp2' files in tests/debugger when I updated
Estimated hours taken: 0.1

I forgot to update the `.exp2' files in tests/debugger when I updated
the `.exp' files for my changes to tabling.

tests/debugger/loopcheck.exp2:
tests/debugger/retry.exp2:
	Adjust the expected output. The change to ensure that
	`call_table_gen' goal features can't be removed alters
	the goal paths slightly.
2001-03-30 03:59:18 +00:00

33 lines
1.6 KiB
Plaintext

1: 1 1 CALL pred loopcheck:main/2-0 (det) loopcheck.m:13
mdb> echo on
Command echo enabled.
mdb> context nextline
Contexts will be printed on the next line.
mdb> continue -a
2: 2 2 CALL pred loopcheck:loop/1-0 (erroneous)
loopcheck.m:21 (from loopcheck.m:14)
3: 2 2 ELSE pred loopcheck:loop/1-0 (erroneous) c2;e;
loopcheck.m:21
4: 2 2 ELSE pred loopcheck:loop/1-0 (erroneous) c2;e;e;
loopcheck.m:21
5: 3 3 CALL pred loopcheck:loop/1-0 (erroneous)
loopcheck.m:21 (from loopcheck.m:21)
6: 3 3 ELSE pred loopcheck:loop/1-0 (erroneous) c2;e;
loopcheck.m:21
7: 3 3 THEN pred loopcheck:loop/1-0 (erroneous) c2;e;t;
loopcheck.m:21
8: 4 4 CALL pred require:error/1-0 (erroneous)
require.m:89 (from loopcheck.m:21)
9: 4 4 EXCP pred require:error/1-0 (erroneous)
require.m:90 (from loopcheck.m:21)
10: 3 3 EXCP pred loopcheck:loop/1-0 (erroneous)
loopcheck.m:21 (from loopcheck.m:21)
11: 2 2 EXCP pred loopcheck:loop/1-0 (erroneous)
loopcheck.m:21 (from loopcheck.m:14)
12: 1 1 EXCP pred loopcheck:main/2-0 (det)
loopcheck.m:14
Uncaught exception:
Software Error: detected infinite recursion in pred loopcheck:loop/1
Last trace event was event #12.
Last trace event before the unhandled exception was event #8.