Skip to content

Commit 309904c

Browse files
authored
Mark code as skip-test
- Since unlink touches the filesystem
1 parent f54583e commit 309904c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traps.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ and then stringify an L<IO::Path>, or stringify an L<IO::Path> with custom
738738
C<$!CWD> attribute, the resultant string won't reference the original
739739
filesystem object:
740740
741-
=begin code
741+
=begin code :skip-test
742742
with 'foo'.IO {
743743
.Str.say; # OUTPUT: «foo␤»
744744
.relative.say; # OUTPUT: «foo␤»

0 commit comments

Comments
 (0)