[m-rev.] diff: fix expected output for tests/debugger/interactive

Julien Fischer juliensf at cs.mu.OZ.AU
Mon Aug 22 11:45:50 AEST 2005


Estimated hours taken: 0.1
Branches: main

tests/debugger/interactive.exp:
	Update the expected output for this test case.
	It has changed because of Zoltan's recent change to the
	formatting of mode error messages.
Julien.

Index: interactive.exp
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/interactive.exp,v
retrieving revision 1.11
diff -u -r1.11 interactive.exp
--- interactive.exp	17 Aug 2005 07:16:38 -0000	1.11
+++ interactive.exp	22 Aug 2005 01:43:44 -0000
@@ -74,11 +74,10 @@
 <stdin>:026: Inferred :- pred query((list.list(int))).
 <stdin>:014: In clause for `run(di, uo)':
 <stdin>:014:   in call to predicate `mdb_query.query/1':
-<stdin>:014:   mode error: arguments `List'
-<stdin>:014:   have the following insts:
+<stdin>:014:   mode error: arguments `List' have the following insts:
 <stdin>:014:     free
-<stdin>:014:   which does not match any of the valid modes for
-<stdin>:014:   the callee, because of the following error.
+<stdin>:014:   which does not match any of the valid modes for the callee,
+<stdin>:014:   because of the following error.
 <stdin>:026: In clause for `query(out(not_reached))':
 <stdin>:026:   in argument 1 of call to predicate `interactive.qperm/2':
 <stdin>:026:   mode error: variable `HeadVar__2' has instantiatedness `free',

--------------------------------------------------------------------------
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