Skip to content

Commit 1f89233

Browse files
authored
Remove needless :skip-test
The example is only compiled during the test, not run.
1 parent 396015f commit 1f89233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ default, implementation-defined buffer size is used.
496496
See L<flush> to write out data currently in the buffer. Changing buffer
497497
size flushes the filehandle.
498498
499-
=for code :skip-test
499+
=for code
500500
given 'foo'.IO.open: :w, :1000out-buffer {
501501
.say: 'Hello world!'; # buffered
502502
.out-buffer = 42; # buffer resized; previous print flushed

0 commit comments

Comments
 (0)