Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a test that does not work anymore
  • Loading branch information
moritz committed Jul 27, 2015
1 parent f30dec1 commit beded9e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions S32-io/slurp.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 18;
plan 17;

# older: L<S16/"Unfiled"/"=item IO.slurp">
# old: L<S32::IO/IO::FileNode/slurp>
Expand Down Expand Up @@ -44,15 +44,6 @@ is slurp($empty-path), '', "empty files yield empty string";
is slurp($test-path), $test-contents, "function passed a path works";
}

# RT #112276
# 0-argument slurp set to $*ARGFILES
# XXX This will break due to deprecation
{
my $*ARGFILES = open $test-path, :r;
is slurp(), $test-contents, "slurp with no parameters loads \$*ARGFILES";
$*ARGFILES.close;
}

#?niecza skip ":bin option for slurp fails"
{
my $binary-slurp;
Expand Down

0 comments on commit beded9e

Please sign in to comment.