]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/54-unwind-threads.t
Update VPIT::TestHelpers to 6cd68168
[perl/modules/Scope-Upper.git] / t / 54-unwind-threads.t
index 56457670f74be22c6864d1814ab6346c36688ed9..559993823e2759160260b652b14f77bd36038f88 100644 (file)
@@ -3,13 +3,16 @@
 use strict;
 use warnings;
 
+use Scope::Upper qw<unwind UP>;
+
 use lib 't/lib';
-use Scope::Upper::TestThreads;
+use VPIT::TestHelpers (
+ threads => [ 'Scope::Upper' => Scope::Upper::SU_THREADSAFE ],
+ 'usleep',
+);
 
 use Test::Leaner;
 
-use Scope::Upper qw<unwind UP>;
-
 our $z;
 
 sub up1 {