Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some binary IO unfudges for JVM.
  • Loading branch information
jnthn committed Sep 25, 2013
1 parent 55dc1ad commit e9256d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion S32-io/slurp.t
Expand Up @@ -54,7 +54,6 @@ is slurp($empty-path), '', "empty files yield empty string";
}

#?niecza skip ":bin option for slurp fails"
#?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
3 changes: 1 addition & 2 deletions S32-io/spurt.t
Expand Up @@ -58,7 +58,6 @@ sub all-basic(Callable $handle) {

# Corner cases
#?niecza skip "Unable to resolve method open in type IO"
#?rakudo.jvm skip "java.lang.StackOverflowError"
{
# Spurt on open handle
{
Expand All @@ -82,7 +81,7 @@ sub all-basic(Callable $handle) {
spurt $io, $txt;
is slurp($path), $txt;
}

unlink $path;
}

Expand Down

0 comments on commit e9256d1

Please sign in to comment.