[m-rev.] diff: fix depenency test failure

Zoltan Somogyi zs at csse.unimelb.edu.au
Tue Aug 14 11:54:41 AEST 2007


tests/debugger/declarative/dependency.exp:
	Update this expected output file to conform to my recent change to
	compiler/follow_code.m.

Zoltan.

cvs diff: Diffing .
Index: dependency.exp
===================================================================
RCS file: /home/mercury/mercury1/repository/tests/debugger/declarative/dependency.exp,v
retrieving revision 1.13
diff -u -b -r1.13 dependency.exp
--- dependency.exp	22 Aug 2006 05:04:29 -0000	1.13
+++ dependency.exp	13 Aug 2007 13:00:56 -0000
@@ -32,7 +32,7 @@
         plain_call_rep("dependency", "p", [|](2, []))), 
       [|](
         ite_rep(atomic_goal_rep/5, atomic_goal_rep/5, atomic_goal_rep/5), 
-        [|](atomic_goal_rep/5, [|](switch_rep([|]/2), [|](disj_rep([|]/2), [])))))))
+        [|](atomic_goal_rep/5, [|](switch_rep([|]/2), [|](disj_rep/1, [|]/2)))))))
 mdb> dd -d 3 -n 7
 test([|](1, [|](3, [|](6, [|](1, [|](3, []))))))
 Valid? browse 1
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list