On Thu Dec 23 08:30:13 2010, KyleHa wrote:
> This is an automatically generated mail to inform you that tests are
> now available in S02-polymorphic_types/subset.t
>
> commit 9d5a903aeca75dcac306ebdb734a42f386c71306
> Author: Kyle Hasselbacher <kyleha@gmail.com>
> Date: Thu Dec 23 10:29:25 2010 -0600
>
> [subset.t] Test for RT 80930
>
> diff --git a/S02-polymorphic_types/subset.t b/S02-
> polymorphic_types/subset.t
> index 7d21f7d..e3da89f 100644
> --- a/S02-polymorphic_types/subset.t
> +++ b/S02-polymorphic_types/subset.t
> @@ -164,4 +164,10 @@ dies_ok { my Digit $x = 3.1 },
> ok 1 ~~ aboveLexVarLimit, 'can use subset that depends on lexical
> variable (1)';
> nok -1 ~~ aboveLexVarLimit, 'can use subset that depends on
> lexical variable (2)';
> }
> +
> +subset Bug::RT80930 of Int where { $_ %% 2 };
> +#?rakudo todo 'RT 80930'
> +lives_ok { my Bug::RT80930 $rt80930 }, 'subset with "::" in the
> name';
> +
> +
> # vim: ft=perl6
>
Tests are in S02-types/subset.t now, and they are passing.
Closing ticket.
--
Will "Coke" Coleda