[m-rev.] diff: fix test case failures for the il backend
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Oct 27 12:17:36 AEDT 2003
On 26-Oct-2003, Peter Ross <pro at missioncriticalit.com> wrote:
> Fixes for the testing infrastructure for the il grade.
Great, thanks!
tests/hard_coded/user_compare.m:
> +:- pragma foreign_proc("C#", foreign_compare_2(Result::out, Foreign1::in,
> + Foreign2::in),
> + [will_not_call_mercury, promise_pure],
> +).
The posted diff looks wrong there... it is missing a line.
But the change that you've actually committed is fine.
> Index: invalid/Mmakefile
..
> @@ -169,6 +168,11 @@
> USE_SUBDIR_MODULES = \
> nonexistent_import
>
> +# The following require that num_tag_bits > 1
s/>/>=/
> Index: valid/Mmakefile
> @@ -193,6 +192,14 @@
> vn_float \
> zero_arity
>
> +# The following require that num_tag_bits > 1
Likewise.
--
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