[m-rev.] trivial diff: fix debugger test failure

Simon Taylor stayl at cs.mu.OZ.AU
Thu Aug 1 16:05:17 AEST 2002


Estimated hours taken: 0.1
Branches: main

tests/debugger/breakpoints.exp2:
	Update output after the addition of `dir:/'.

Index: breakpoints.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/breakpoints.exp2,v
retrieving revision 1.2
diff -u -u -r1.2 breakpoints.exp2
--- breakpoints.exp2	3 Jul 2002 06:06:52 -0000	1.2
+++ breakpoints.exp2	1 Aug 2002 06:00:40 -0000
@@ -39,21 +39,23 @@
 Ambiguous procedure specification. The matches are:
 0: func breakpoints://2-0 (det)
 1: func breakpoints:print_list://2-0 (det)
-2: func float://2-0 (det)
-3: func int://2-0 (det)
-4: func rational://2-0 (det)
+2: func dir://2-0 (det)
+3: func float://2-0 (det)
+4: func int://2-0 (det)
+5: func rational://2-0 (det)
 
-Which do you want to put a breakpoint on (0-4 or *)? 0
+Which do you want to put a breakpoint on (0-5 or *)? 0
  5: + stop  interface func breakpoints://2-0 (det)
 mdb> break //2
 Ambiguous procedure specification. The matches are:
 0: func breakpoints://2-0 (det)
 1: func breakpoints:print_list://2-0 (det)
-2: func float://2-0 (det)
-3: func int://2-0 (det)
-4: func rational://2-0 (det)
+2: func dir://2-0 (det)
+3: func float://2-0 (det)
+4: func int://2-0 (det)
+5: func rational://2-0 (det)
 
-Which do you want to put a breakpoint on (0-4 or *)? 0
+Which do you want to put a breakpoint on (0-5 or *)? 0
  6: + stop  interface func breakpoints://2-0 (det)
 mdb> break breakpoints:print_list:-/2
  7: + stop  interface func breakpoints:print_list:-/2-0 (det)
--------------------------------------------------------------------------
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