[m-dev.] trivial diff: update tests/debugger/all_solutions.exp2
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Feb 4 01:21:49 AEDT 2001
For both main and release branches...
----------
Estimated hours taken: 0.25
tests/debugger/all_solutions.exp2:
The old expected output for this test case was wrong.
I've updated the expected output for this test case to match
what is (correctly) output after Zoltan's recent bug fix:
> Fix a bug where a retried of a shallow traced procedure assumed that
> it was called from a shallow traced region (sourceforge #130038).
Workspace: /mnt/hg/home/hg/fjh/mercury
Index: tests/debugger/all_solutions.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/all_solutions.exp2,v
retrieving revision 1.2
diff -u -d -r1.2 all_solutions.exp2
--- tests/debugger/all_solutions.exp2 2000/12/21 06:16:38 1.2
+++ tests/debugger/all_solutions.exp2 2001/02/03 14:17:31
@@ -19,7 +19,7 @@
mdb> retry 2
that call is not in a deep traced region
mdb> retry 3
- 2: 2 2 CALL pred all_solutions:hello/1-0 (multi)
+ 2: 2 2 CALL pred std_util:solutions/2-0 (det)
mdb> continue -n -S
Hello again, world
Hello, world
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- 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