[m-rev.] diff: update a test case
Julien Fischer
juliensf at cs.mu.OZ.AU
Thu Feb 3 14:19:50 AEDT 2005
Estimated hours taken: 0.1
Branches: main, release
hard_coded/exceptions/tricky_try_store.m:
Update this test because it uses the type store.store_ref/2
which has now been deleted from the library.
Julien.
Index: tricky_try_store.m
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/exceptions/tricky_try_store.m,v
retrieving revision 1.1
diff -u -r1.1 tricky_try_store.m
--- tricky_try_store.m 23 Feb 2001 00:33:47 -0000 1.1
+++ tricky_try_store.m 3 Feb 2005 03:06:38 -0000
@@ -27,7 +27,7 @@
:- implementation.
:- import_module exception, store, list.
-:- pred tricky(store__ref(T, S), int, store(S), store(S)).
+:- pred tricky(store_ref(T, S), int, store(S), store(S)).
:- mode tricky(in, out, di, uo) is det.
tricky(Key, _Output, Store0, _Store) :-
--------------------------------------------------------------------------
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