[m-rev.] diff: fix failure of debugger/declartive/find_origin in .debug grades

Julien Fischer juliensf at cs.mu.OZ.AU
Tue Jun 13 16:05:47 AEST 2006


Estimated hours taken: 0
Branches: main, release

Fix the failure of debugger/declarative/find_origin in .debug grades.
The problem was that the version of the input and expected output for
those grades had not been updated to take account of the removal of the
set command.

tests/debugger/declarative/find_origin.{inp2,exp2}:
	Update the input and expected output for these test cases.

Julien.

Index: find_origin.inp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/declarative/find_origin.inp2,v
retrieving revision 1.2
diff -u -r1.2 find_origin.inp2
--- find_origin.inp2	20 May 2005 05:40:24 -0000	1.2
+++ find_origin.inp2	13 Jun 2006 06:02:07 -0000
@@ -19,7 +19,7 @@
 b 2
 mark
 browse
-set format pretty
+format pretty
 p
 quit
 no
Index: find_origin.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/declarative/find_origin.exp2,v
retrieving revision 1.7
diff -u -r1.7 find_origin.exp2
--- find_origin.exp2	26 May 2005 00:17:05 -0000	1.7
+++ find_origin.exp2	13 Jun 2006 06:02:25 -0000
@@ -37,7 +37,7 @@
 browser> mark
 polytest4(u("hello"), u("hello"))
 Valid? browse
-browser> set format pretty
+browser> format pretty
 browser> p
 find_origin.polytest4(u("hello"), u("hello"))
 browser> quit

--------------------------------------------------------------------------
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