[m-dev.] trivial diff: fix tests/debugger/*.exp*
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Dec 13 16:39:37 AEDT 1999
Estimated hours taken: 0.5
tests/debugger/shallow.exp:
tests/debugger/shallow.exp2:
tests/debugger/browser_test.exp:
tests/debugger/browser_test.exp2:
Update the line numbers in the expected debugger output to
reflect changes caused by zs's recent bug fix to jumpopt.m.
Workspace: /d-drive/home/hg/fjh/ws-hg2/mercury
Index: tests/debugger/browser_test.exp
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/browser_test.exp,v
retrieving revision 1.5
diff -u -d -r1.5 browser_test.exp
--- tests/debugger/browser_test.exp 1999/11/20 13:06:09 1.5
+++ tests/debugger/browser_test.exp 1999/12/13 05:24:59
@@ -84,4 +84,4 @@
mdb> continue -a
3: 2 2 EXIT pred browser_test:big_data/1-0 (det) browser_test.m:18 (browser_test.m:12)
big(big(big(small, 1, small), 2, small), 3, big(big(small, 4, big(small, 5, small)), 6, small)).
- 4: 1 1 EXIT pred browser_test:main/2-0 (det) browser_test.m:14
+ 4: 1 1 EXIT pred browser_test:main/2-0 (det) browser_test.m:11
Index: tests/debugger/browser_test.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/browser_test.exp2,v
retrieving revision 1.4
diff -u -d -r1.4 browser_test.exp2
--- tests/debugger/browser_test.exp2 1999/11/21 02:05:16 1.4
+++ tests/debugger/browser_test.exp2 1999/12/13 05:31:10
@@ -84,8 +84,8 @@
mdb> continue -a
3: 2 2 EXIT pred browser_test:big_data/1-0 (det) browser_test.m:18 (browser_test.m:12)
4: 3 2 CALL pred io:print/3-0 (det) io.m:1783 (browser_test.m:13)
-big(big(big(small, 1, small), 2, small), 3, big(big(small, 4, big(small, 5, small)), 6, small)) 5: 3 2 EXIT pred io:print/3-0 (det) io.m:1793 (browser_test.m:13)
+big(big(big(small, 1, small), 2, small), 3, big(big(small, 4, big(small, 5, small)), 6, small)) 5: 3 2 EXIT pred io:print/3-0 (det) io.m:1783 (browser_test.m:13)
6: 4 2 CALL pred io:write_string/3-0 (det) io.m:2837 (browser_test.m:14)
.
7: 4 2 EXIT pred io:write_string/3-0 (det) io.m:2837 (browser_test.m:14)
- 8: 1 1 EXIT pred browser_test:main/2-0 (det) browser_test.m:14
+ 8: 1 1 EXIT pred browser_test:main/2-0 (det) browser_test.m:11
Index: tests/debugger/shallow.exp
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/shallow.exp,v
retrieving revision 1.3
diff -u -d -r1.3 shallow.exp
--- tests/debugger/shallow.exp 1999/11/15 00:43:49 1.3
+++ tests/debugger/shallow.exp 1999/12/13 05:33:57
@@ -7,4 +7,4 @@
Contexts are printed before, on the same line.
mdb> c -a
[1, 3, 5, 2, 4]
- 2: 1 1 EXIT shallow.m:18 pred shallow:main/2-0 (cc_multi)
+ 2: 1 1 EXIT shallow.m:17 pred shallow:main/2-0 (cc_multi)
Index: tests/debugger/shallow.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/shallow.exp2,v
retrieving revision 1.2
diff -u -d -r1.2 shallow.exp2
--- tests/debugger/shallow.exp2 1999/11/15 08:14:15 1.2
+++ tests/debugger/shallow.exp2 1999/12/13 05:34:17
@@ -7,4 +7,4 @@
Contexts are printed before, on the same line.
mdb> c -a
[1, 3, 5, 2, 4]
- 2: 1 1 EXIT shallow.m:18 pred shallow:main/2-0 (cc_multi)
+ 2: 1 1 EXIT shallow.m:17 pred shallow:main/2-0 (cc_multi)
--
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