Skip to content

Commit 5d7576a

Browse files
committed
Skip one test under miniperl; can't handle threads
Fixes GH #23469
1 parent f5b140f commit 5d7576a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/op/signatures.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,6 +1728,7 @@ SKIP: {
17281728
SKIP: {
17291729
use Config;
17301730
$Config{useithreads} or skip "No threads", 1;
1731+
skip_if_miniperl("no dynamic loading on miniperl, no threads", 1);
17311732

17321733
ok(eval <<'EOPERL',
17331734
no warnings 'closure';

0 commit comments

Comments
 (0)