Skip to content

Commit

Permalink
Change fudged tests from 'skipped' to 'todo'
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed May 10, 2015
1 parent 1afc250 commit 50a6760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion S32-list/grep-index.t
Expand Up @@ -46,7 +46,7 @@ is_deeply @list.grep-index( { ($_ % 2) } ), (0,2,4,6,8).list.item,
is(@result[4], 8, 'got the value we expected');
}

#?rakudo skip "closure as non-final argument RT #124761"
#?rakudo todo "closure as non-final argument RT #124761"
#?niecza skip 'Invocant handling is NYI'
{
my @result = grep-index { ($_ % 2) }: @list;
Expand Down
2 changes: 1 addition & 1 deletion S32-list/grep.t
Expand Up @@ -47,7 +47,7 @@ my @list = (1 .. 10);
is(@result[4], 9, 'got the value we expected');
}

#?rakudo skip "closure as non-final argument RT #124757"
#?rakudo todo "closure as non-final argument RT #124757"
#?niecza skip 'Invocant handling is NYI'
{
my @result = grep { ($_ % 2) }: @list;
Expand Down
2 changes: 1 addition & 1 deletion S32-list/sort.t
Expand Up @@ -46,7 +46,7 @@ plan 32;
is(@s, @e, '... with explicit spaceship');
}

#?rakudo skip "closure as non-final argument RT #124762"
#?rakudo todo "closure as non-final argument RT #124762"
#?niecza skip 'Invocant handling is NYI'
{
my @a = (2, 45, 6, 1, 3);
Expand Down

0 comments on commit 50a6760

Please sign in to comment.