[m-rev.] trivial diff: fix test failure

Simon Taylor stayl at cs.mu.OZ.AU
Tue Aug 6 16:56:07 AEST 2002


Estimated hours taken: 0.1
Branches: main

tests/debugger/shallow.exp2:
	Add output with `--intermodule-optimization' (before
	this change shallow.exp and shallow.exp2 were identical).

Index: shallow.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/shallow.exp2,v
retrieving revision 1.4
diff -u -u -r1.4 shallow.exp2
--- shallow.exp2	30 Jul 2002 08:25:20 -0000	1.4
+++ shallow.exp2	6 Aug 2002 06:49:09 -0000
@@ -6,12 +6,12 @@
 mdb> context
 Contexts are printed before, on the same line.
 mdb> step
-       2:      2  2 CALL shallow2.m:14 pred shallow2:safe/1-0 (semidet)
+       2:      2  2 CALL shallow2.m:14 (shallow.m:38) pred shallow2:safe/1-0 (semidet)
 mdb> print *
        HeadVar__1             	[1, 2, 3, 4, 5]
 mdb> stack
    0       pred shallow2:safe/1-0 (semidet) (shallow2.m:14)
-   1       pred shallow:queen/2-0 (nondet)
+   1       pred shallow:queen/2-0 (nondet) (shallow.m:38)
    2       pred shallow:main/2-0 (cc_multi) (shallow.m:16)
 mdb> c -S
 [1, 3, 5, 2, 4]
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list