Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge passing test for rakudo.jvm
  • Loading branch information
usev6 committed May 9, 2015
1 parent e8859ce commit 8e3489c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S16-io/getc.t
Expand Up @@ -13,7 +13,6 @@ my $tmpfile = "temp-test" ~ nonce();
close $fh or die "Couldn't close \"$tmpfile\": $!\n";
}

#?rakudo.jvm skip "Method 'read' not found RT #124671"
{
my $fh = open $tmpfile or die "Couldn't open \"$tmpfile\" for reading: $!\n";
my @chars;
Expand Down

0 comments on commit 8e3489c

Please sign in to comment.