We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efee510 commit de006c7Copy full SHA for de006c7
xt/examples-compilation.t
@@ -18,6 +18,11 @@ avoid requiring a body.
18
Skip any bits marked :skip-test unless the environment variable
19
P6_DOC_TEST_FUDGE is set to a true value.
20
21
+Note: This test generates a lot of noisy output to stderr; we
22
+do hide $*ERR, but some of these are emitted from parts of
23
+the compiler that only know about the low level handle, not the
24
+Perl 6 level one.
25
+
26
=end overview
27
28
my @files = Test-Files.files.grep({$_.ends-with: '.pod6'});
0 commit comments