[m-dev.] diff: tests/debugger/loopcheck
Zoltan Somogyi
zs at cs.mu.OZ.AU
Wed Mar 22 15:09:56 AEDT 2000
tests/debugger/loopcheck.{inp,exp}:
Explicitly turn on echoing, to make sure that the results are the same
with and without readline.
Zoltan.
Index: loopcheck.exp
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/loopcheck.exp,v
retrieving revision 1.1
diff -u -b -r1.1 loopcheck.exp
--- loopcheck.exp 1999/12/21 01:23:43 1.1
+++ loopcheck.exp 2000/03/22 01:53:51
@@ -1,4 +1,6 @@
1: 1 1 CALL pred loopcheck:main/2-0 (det) loopcheck.m:13
+mdb> echo on
+Command echo enabled.
mdb> context nextline
Contexts will be printed on the next line.
mdb> continue -a
Index: loopcheck.inp
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/loopcheck.inp,v
retrieving revision 1.1
diff -u -b -r1.1 loopcheck.inp
--- loopcheck.inp 1999/12/21 01:23:44 1.1
+++ loopcheck.inp 2000/03/22 01:53:09
@@ -1,2 +1,3 @@
+echo on
context nextline
continue -a
--------------------------------------------------------------------------
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