threads::shared 1.22
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t / disabled.t
index 8597f90..161bc79 100644 (file)
@@ -6,11 +6,6 @@ BEGIN {
         chdir 't';
         unshift @INC, '../lib';
     }
-    use Config;
-    if (! $Config{'useithreads'}) {
-        print("1..0 # Skip: Perl not compiled with 'useithreads'\n");
-        exit(0);
-    }
 }
 
 use Test;
@@ -59,4 +54,6 @@ foreach my $func (qw(cond_wait cond_signal cond_broadcast)) {
     ok( "@array", "1 2 3 4" );
 }
 
+exit(0);
+
 # EOF