Skip to content

Commit 11ffc02

Browse files
committed
remove a test that is just duplicated inside an eval
1 parent 840bfda commit 11ffc02

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

S16-filehandles/chmod.t

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We really need the stat() function in order to test this.
2626
2727
=end pod
2828

29-
plan 20;
29+
plan 19;
3030

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

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

101-
eval q{
102-
ok(try { "nonesuch".IO.:!e }, ".:!e syntax works");
103-
};
104101

105102
# vim: ft=perl6

0 commit comments

Comments
 (0)