Files
mercury/tests/debugger/double_print.inp
Zoltan Somogyi 6a591832bb Fix the failure of this test case in grades in which the standard
Estimated hours taken: 0.1
Branches: main

tests/debugger/double_print.{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:22:18 +00:00

10 lines
88 B
Plaintext

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