]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/01-import.t
Introduce SU_THREADSAFE
[perl/modules/Scope-Upper.git] / t / 01-import.t
index a0134bb818be80889db78a6c9fb5c8932daadbaf..da61bbc9d57789ee9e27544add8ea8b27572a6f6 100644 (file)
@@ -3,11 +3,13 @@
 use strict;
 use warnings;
 
-use Test::More tests => 13;
+use Test::More tests => 14;
 
 require Scope::Upper;
 
-for (qw/reap localize localize_elem localize_delete unwind want_at TOP HERE UP SUB EVAL SCOPE CALLER/) {
+for (qw/reap localize localize_elem localize_delete unwind want_at
+        TOP HERE UP SUB EVAL SCOPE CALLER
+        SU_THREADSAFE/) {
  eval { Scope::Upper->import($_) };
  is($@, '', 'import ' . $_);
 }