[m-rev.] trivial diff: fix debugger test failure
Simon Taylor
stayl at cs.mu.OZ.AU
Tue Jul 2 19:08:36 AEST 2002
Estimated hours taken: 0.1
Branches: main
tests/debugger/completion.exp5:
Update expected output.
Index: completion.exp5
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/completion.exp5,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- completion.exp5 2002/04/14 08:54:34 1.1
+++ completion.exp5 2002/07/02 09:08:01 1.2
@@ -32,11 +32,11 @@
Prints the names of all the known variables in the current
environment, together with an ordinal number for each variable.
mdb> p --flat
-* --pretty -f -v exception
---flat --verbose -p HeadVar__1 goal
-mdb> p --flat HeadVar__1
-p --flat HeadVar__1
- HeadVar__1 state('<<c_pointer>>')
+* --pretty -f -v exception
+--flat --verbose -p DCG_0 goal
+mdb> p --flat DCG_0
+p --flat DCG_0
+ DCG_0 (arg 1) state('<<c_pointer>>')
mdb> sta
stack stack_regs
mdb> stack --detailed
--------------------------------------------------------------------------
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