[m-rev.] diff: fix spurious errors in tests/valid for grade il
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Nov 8 02:49:25 AEDT 2002
On 07-Nov-2002, Peter Ross <pro at missioncriticalit.com> wrote:
> Index: tests/valid/int64.m
> ===================================================================
> RCS file: /home/mercury1/repository/tests/valid/int64.m,v
> retrieving revision 1.1
> diff -u -r1.1 int64.m
> --- tests/valid/int64.m 27 Jan 1999 08:34:38 -0000 1.1
> +++ tests/valid/int64.m 7 Nov 2002 12:47:58 -0000
> @@ -16,3 +16,6 @@
> :- type int64 == int.
>
> :- pragma c_code((A::in) /\ (B::in) = (C::out), [], "C = A & B;").
> +
> +% implementation for the other backends.
> +A /\ _B = A.
For this test, it might be nice to also add similar tests which test
that names get properly escaped for the C#, IL, and MC++ interfaces.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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