]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/40-threads.t
Update VPIT::TestHelpers to 3ba261a5
[perl/modules/indirect.git] / t / 40-threads.t
index 3f2fe250dd9bd88e4253720d83096263c10513c4..a6a38aeeab5edcfb98b2b33e319001bfde292585 100644 (file)
@@ -1,10 +1,10 @@
-#!perl -T
+#!perl
 
 use strict;
 use warnings;
 
 use lib 't/lib';
-use indirect::TestThreads;
+use VPIT::TestHelpers threads => [ 'indirect' => 'indirect::I_THREADSAFE()' ];
 
 use Test::Leaner;