Conflict with Fey 0.36
[gitmo/Moose.git] / t / 600_todo_tests / 005_moose_and_threads.t
index be3dd26..a0f7a81 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More;
 use Test::Exception;
 
 
-
 =pod
 
 See this for some details:
@@ -39,6 +38,4 @@ $thr->join();
     fail('Moose type constraints and threads dont get along');
 }
 
-
-
-
+done_testing;