[m-dev.] diff: fix bug in debugger test case
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Dec 20 06:01:24 AEDT 1999
Estimated hours taken: 0.25
tests/debugger/exception_vars.inp:
tests/debugger/exception_vars.exp:
tests/debugger/exception_vars.exp2:
Add "echo on" at the start of the test case,
so that it gets the right results when the
compiler is configured without readline support.
Workspace: /d-drive/home/hg/fjh/mercury
Index: tests/debugger/exception_vars.exp
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/exception_vars.exp,v
retrieving revision 1.1
diff -u -d -r1.1 exception_vars.exp
--- tests/debugger/exception_vars.exp 1999/12/10 04:23:50 1.1
+++ tests/debugger/exception_vars.exp 1999/12/19 18:57:03
@@ -1,4 +1,6 @@
1: 1 1 CALL pred exception_vars:main/2-0 (det) exception_vars.m:12
+mdb> echo on
+Command echo enabled.
mdb> goto 2
2: 2 2 CALL pred exception_vars:test/2-0 (det) exception_vars.m:19 (exception_vars.m:12)
mdb> finish
Index: tests/debugger/exception_vars.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/exception_vars.exp2,v
retrieving revision 1.2
diff -u -d -r1.2 exception_vars.exp2
--- tests/debugger/exception_vars.exp2 1999/12/15 20:53:42 1.2
+++ tests/debugger/exception_vars.exp2 1999/12/19 18:57:13
@@ -1,4 +1,6 @@
1: 1 1 CALL pred exception_vars:main/2-0 (det) exception_vars.m:12
+mdb> echo on
+Command echo enabled.
mdb> goto 2
2: 2 2 CALL pred exception_vars:test/2-0 (det) exception_vars.m:19 (exception_vars.m:12)
mdb> finish
Index: tests/debugger/exception_vars.inp
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/exception_vars.inp,v
retrieving revision 1.1
diff -u -d -r1.1 exception_vars.inp
--- tests/debugger/exception_vars.inp 1999/12/10 04:23:50 1.1
+++ tests/debugger/exception_vars.inp 1999/12/19 18:56:02
@@ -1,3 +1,4 @@
+echo on
goto 2
finish
print *
--
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