Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge now passing test on rakudo
  • Loading branch information
lizmat committed Sep 26, 2014
1 parent 06d3aa3 commit 4b5dd97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S16-filehandles/open.t
Expand Up @@ -30,7 +30,6 @@ Some edge and error cases for open()

# opening directories
{
#?rakudo.parrot todo "?"
dies_ok { open('t').close }, 'opening a directory fails';
dies_ok { open('t', :w).close }, 'opening a directory as writable fails';
}
Expand Down

0 comments on commit 4b5dd97

Please sign in to comment.