Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test count and usage of '#?DOES'
  • Loading branch information
usev6 committed Jun 23, 2015
1 parent 63eb5fe commit edc79af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions S12-enums/thorough.t
Expand Up @@ -4,7 +4,7 @@ use MONKEY-TYPING;

use Test;

plan 36;
plan 59;

=begin description
Expand All @@ -19,6 +19,7 @@ is day.gist, '(day)', 'enum itself stringififes';
ok day.WHAT === day, 'enum.WHAT returned a value';
ok day.perl, 'enum.perl returned a value';

#?DOES 12
sub test_stuff($x) {
#?niecza skip 'No candidates for dispatch to infix:<does>'
ok $x.does(day::Tue), "basic enum mixing worked ($x-2)";
Expand Down Expand Up @@ -56,7 +57,6 @@ sub test_stuff($x) {
test_stuff($x);
}

#?DOES 16
#?rakudo skip 'does &day::("Tue") RT #124831'
{
my $x = 4;
Expand All @@ -69,7 +69,6 @@ sub test_stuff($x) {
}

# used to be Rakudo regression, RT #64098
#?DOES 2
{
augment class Mu {
method f { 'inMu' };
Expand Down

0 comments on commit edc79af

Please sign in to comment.