[m-rev.] trivial diff: fix a failing test case
Julien Fischer
juliensf at cs.mu.OZ.AU
Tue May 9 14:27:41 AEST 2006
Estimated hours taken: 0.1
Branches: main, release
tests/debugger/declarative/track_through_catch.exp:
Conform to the change of the context of interface events.
Julien.
Index: declarative/track_through_catch.exp
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/declarative/track_through_catch.exp,v
retrieving revision 1.5
diff -u -r1.5 track_through_catch.exp
--- declarative/track_through_catch.exp 4 Apr 2006 07:37:24 -0000 1.5
+++ declarative/track_through_catch.exp 9 May 2006 04:19:22 -0000
@@ -25,11 +25,11 @@
6: + stop interface pred exception.try/2-1 (cc_multi)
7: + stop interface pred exception.try/2-0 (cc_multi)
mdb> c
- E2: C2 CALL pred exception.try/2-0 (cc_multi) exception.m:480 (track_through_catch.m:15)
+ E2: C2 CALL pred exception.try/2-0 (cc_multi) exception.m:475 (track_through_catch.m:15)
mdb> f
- E3: C3 CALL pred exception.try/3-0 (cc_multi) exception.m:484 (exception.m:482)
- E4: C3 EXIT pred exception.try/3-0 (cc_multi) exception.m:484 (exception.m:482)
- E5: C2 EXIT pred exception.try/2-0 (cc_multi) exception.m:480 (track_through_catch.m:15)
+ E3: C3 CALL pred exception.try/3-0 (cc_multi) exception.m:479 (exception.m:477)
+ E4: C3 EXIT pred exception.try/3-0 (cc_multi) exception.m:479 (exception.m:477)
+ E5: C2 EXIT pred exception.try/2-0 (cc_multi) exception.m:475 (track_through_catch.m:15)
mdb> dd
try(q(2), succeeded(2))
Valid? b 2
@@ -45,5 +45,5 @@
(track_through_catch.m:21). The path to the subterm in the atom is 1.
dd> quit
Diagnosis aborted.
- E5: C2 EXIT pred exception.try/2-0 (cc_multi) exception.m:480 (track_through_catch.m:15)
+ E5: C2 EXIT pred exception.try/2-0 (cc_multi) exception.m:475 (track_through_catch.m:15)
mdb> quit -y
--------------------------------------------------------------------------
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