[m-rev.] trivial: fix failure of debugger/interactive
Julien Fischer
juliensf at cs.mu.OZ.AU
Thu Sep 15 15:36:10 AEST 2005
Estimated hours taken: 0.1
Branches: main
tests/debugger/interactive.exp:
Update the expected output for test case. It has changed
because we no longer prompt the user to recompile with
`-E' for further information unless there is further
information.
Julien.
Index: interactive.exp
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/interactive.exp,v
retrieving revision 1.12
diff -u -r1.12 interactive.exp
--- interactive.exp 22 Aug 2005 01:46:14 -0000 1.12
+++ interactive.exp 15 Sep 2005 05:34:23 -0000
@@ -68,7 +68,6 @@
<stdin>:001: and constant `"foo"'.
<stdin>:001: argument has type `int',
<stdin>:001: constant `"foo"' has type `string'.
-For more information, try recompiling with `-E'.
Compilation error(s) occurred.
?- qperm(List, [1]).
<stdin>:026: Inferred :- pred query((list.list(int))).
@@ -82,7 +81,6 @@
<stdin>:026: in argument 1 of call to predicate `interactive.qperm/2':
<stdin>:026: mode error: variable `HeadVar__2' has instantiatedness `free',
<stdin>:026: expected instantiatedness was `ground'.
-For more information, try recompiling with `-E'.
Compilation error(s) occurred.
?- quit.
--------------------------------------------------------------------------
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