[m-dev.] trivial diff: fix polymorphic_output.exp2
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Apr 19 13:42:28 AEST 2000
Estimated hours taken: 0.25
tests/debugger/polymorphic_output.exp2:
Fix the `.exp2' file to match what is actually output.
Workspace: /home/mercury/public/test_mercury/test_dirs/hg
Index: tests/debugger/polymorphic_output.exp2
===================================================================
RCS file: /home/staff/zs/imp/tests/debugger/polymorphic_output.exp2,v
retrieving revision 1.2
diff -u -d -r1.2 polymorphic_output.exp2
--- tests/debugger/polymorphic_output.exp2 2000/04/16 06:10:05 1.2
+++ tests/debugger/polymorphic_output.exp2 2000/04/19 03:41:10
@@ -4,20 +4,20 @@
mdb> register --quiet
mdb> context none
Contexts will not be printed.
-mdb> b det_arg
+mdb> b std_util__det_arg
0: + stop interface func std_util:det_arg/3-0 (det)
mdb> c
- 7: 5 4 CALL func std_util:det_arg/3-0 (det)
+ 9: 6 4 CALL func std_util:det_arg/3-0 (det)
mdb> P
HeadVar__1 two("three", 3, three("four", 4, "one", 1, empty, empty, empty), two/4)
HeadVar__2 3
mdb> f
- 8: 5 4 EXCP func std_util:det_arg/3-0 (det)
+ 10: 6 4 EXCP func std_util:det_arg/3-0 (det)
mdb> P
HeadVar__1 two("three", 3, three("four", 4, "one", 1, empty, empty, empty), two/4)
HeadVar__2 3
mdb> c
Uncaught exception:
Software Error: det_arg: argument number out of range
-Last trace event was event #11.
-Last trace event before the unhandled exception was event #7.
+Last trace event was event #15.
+Last trace event before the unhandled exception was event #9.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list