Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix one deprecation warning
  • Loading branch information
lizmat committed Nov 27, 2014
1 parent ffc87fa commit 3c44a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-io/slurp.t
Expand Up @@ -36,7 +36,7 @@ is slurp($empty-path), '', "empty files yield empty string";

{
my $fh = open $test-path, :r;
is $fh.slurp, $test-contents, "method form .slurp works";
is $fh.slurp-rest, $test-contents, "method form .slurp-rest works";
$fh.close;
}
#?niecza skip "slurp(filehandle) doesn't work"
Expand Down

0 comments on commit 3c44a25

Please sign in to comment.