Files
mercury/browser
Ian MacLarty e2172fba33 Print "Found unhandled or incorrect exception" instead of just "Found unhandled
Estimated hours taken: 0.5
Branches: main and 0.12

Print "Found unhandled or incorrect exception" instead of just "Found unhandled
exception" when a bug node that throws an exception is found by the declarative
debugger.  This is because the user may intend that an exception is thrown, but
the bug is that the wrong one is being thrown.

browser/declarative_user.m
	Print the new message.

tests/debugger/declarative/catch.exp
tests/debugger/declarative/exceptions.exp
tests/debugger/declarative/ho5.exp
tests/debugger/declarative/ho5.exp2
tests/debugger/declarative/ho5.exp3
tests/debugger/declarative/throw.exp
tests/debugger/declarative/throw.exp2
tests/debugger/declarative/throw.exp3
	Update the expected output.
2005-02-10 04:44:25 +00:00
..