Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing .close call.
Required on Windows.
  • Loading branch information
jnthn committed Dec 16, 2015
1 parent 6edc4ed commit 5605a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S16-filehandles/io.t
Expand Up @@ -331,6 +331,7 @@ $out.close;
{
my $fh = open($filename, :r);
ok(!$fh.t, 'checking if a file handle is a TTY - negative case');
$fh.close;
}

#?niecza skip 'IO.close'
Expand Down

0 comments on commit 5605a58

Please sign in to comment.