Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove a test that is just duplicated inside an eval
  • Loading branch information
moritz committed May 14, 2012
1 parent 840bfda commit 11ffc02
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions S16-filehandles/chmod.t
Expand Up @@ -26,7 +26,7 @@ We really need the stat() function in order to test this.
=end pod

plan 20;
plan 19;

if $*OS eq "browser" {
skip_rest "Programs running in browsers don't have access to regular IO.";
Expand Down Expand Up @@ -98,8 +98,5 @@ sub remove_file ($file) {

ok(try { "nonesuch".IO ~~ :!e }, "~~:!e syntax works");

eval q{
ok(try { "nonesuch".IO.:!e }, ".:!e syntax works");
};

# vim: ft=perl6

0 comments on commit 11ffc02

Please sign in to comment.