Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
refudge for rakudo.jvm
  • Loading branch information
coke committed Jul 24, 2013
1 parent bc37edc commit deadbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-io/slurp.t
Expand Up @@ -54,7 +54,7 @@ is slurp($empty-path), '', "empty files yield empty string";
}

#?niecza skip ":bin option for slurp fails"
#?rakudo.jvm skip "BuF NYI"
#?rakudo.jvm skip 'IO::Handle.read NYI on this backend'
{
my $binary-slurp;
ok ($binary-slurp = slurp $test-path, :bin), ":bin option runs";
Expand Down

0 comments on commit deadbef

Please sign in to comment.