Skip to content

Commit

Permalink
[t/spec] remove one more wrong type constraint, pmichaud++
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@26113 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Apr 7, 2009
1 parent 41c1910 commit ccaba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/flip-flop.t
Expand Up @@ -9,7 +9,7 @@ plan 25;
# XXX tests for fff

#?pugs 999 skip 'TODO: infix:<ff>'
sub my_take (Int $n, Code &f) { (1..$n).map: { f() ?? $_ !! undef } }
sub my_take (Int $n, &f) { (1..$n).map: { f() ?? $_ !! undef } }
sub always_false { 0 }
sub always_true { 1 }

Expand Down

0 comments on commit ccaba29

Please sign in to comment.