Skip to content

Commit

Permalink
unfudge passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Oct 2, 2015
1 parent 870186b commit 951b577
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S03-operators/composition.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ is (&invert o &double)(0.25), 2, 'Basic function composition (1)';
is (&double o &invert)(0.25), 8, 'Basic function composition (2)';
is (&invert &double)(0.25), 2, 'Basic function composition (Unicode)';

#?rakudo skip 'function composition with more-than-one-arg functions'
{
my &composed = *.join('|') o &infix:<xx>;
is composed('a', 3), 'a|a|a', 'function composition with primed method';
Expand Down

0 comments on commit 951b577

Please sign in to comment.