mirror of
https://github.com/Perl/perl5.git
synced 2026-01-27 01:44:43 +00:00
Flush directly to avoid erros when running from test harness
p4raw-id: //depot/perl@16307
This commit is contained in:
parent
b7955c43d0
commit
cd055192fb
@ -7,6 +7,7 @@ BEGIN {
|
||||
exit 0;
|
||||
}
|
||||
}
|
||||
$|++;
|
||||
print "1..5\n";
|
||||
use strict;
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ use threads;
|
||||
use threads::queue;
|
||||
|
||||
$q = new threads::shared::queue;
|
||||
|
||||
$|++;
|
||||
print "1..26\n";
|
||||
|
||||
my $test : shared = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user