threads::shared 1.22
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t / disabled.t
index e5ffc61..161bc79 100644 (file)
@@ -54,4 +54,6 @@ foreach my $func (qw(cond_wait cond_signal cond_broadcast)) {
     ok( "@array", "1 2 3 4" );
 }
 
+exit(0);
+
 # EOF