Files
mercury/tests/debugger/mdbrc_test.inp
Zoltan Somogyi 55dc5e6cf0 Fix the failure of this test case in grades in which the standard
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.
2008-06-04 03:09:51 +00:00

10 lines
88 B
Plaintext

echo on
register --quiet
context none
break p
continue
delete *
finish
print B
continue