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

Simon Taylor stayl at cs.mu.OZ.AU
Wed Jul 3 16:07:27 AEST 2002


Estimated hours taken: 0.1
Branches: main

tests/debugger/breakpoints.exp2
	Update the expected output for Ralph's addition of int:/.

Index: breakpoints.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/breakpoints.exp2,v
retrieving revision 1.1
diff -u -u -r1.1 breakpoints.exp2
--- breakpoints.exp2	17 Feb 2002 10:54:45 -0000	1.1
+++ breakpoints.exp2	3 Jul 2002 06:05:20 -0000
@@ -40,18 +40,20 @@
 0: func breakpoints://2-0 (det)
 1: func breakpoints:print_list://2-0 (det)
 2: func float://2-0 (det)
-3: func rational://2-0 (det)
+3: func int://2-0 (det)
+4: func rational://2-0 (det)
 
-Which do you want to put a breakpoint on (0-3 or *)? 0
+Which do you want to put a breakpoint on (0-4 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 rational://2-0 (det)
+3: func int://2-0 (det)
+4: func rational://2-0 (det)
 
-Which do you want to put a breakpoint on (0-3 or *)? 0
+Which do you want to put a breakpoint on (0-4 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