Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix rakudo fudge in eqv.t
Rakudo does not like argumentless todo() calls
  • Loading branch information
moritz committed Feb 28, 2012
1 parent 28ef8dc commit 8c63c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/eqv.t
Expand Up @@ -150,7 +150,7 @@ plan 52;
is Any eqv Any, Bool::True, 'Any eqv Any';
}

#?rakudo todo
#?rakudo todo 'eqv autothreading'
{
ok 'a' eqv any <a b c>, "eqv autothreads correctly";
}
Expand Down

0 comments on commit 8c63c26

Please sign in to comment.