Avoid duplication in running the same tests with and without immutable
[gitmo/Moose.git] / t / 600_todo_tests / 005_moose_and_threads.t
index 4c77671..7ccd607 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More no_plan => 1;
+use Test::More 'no_plan';
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 =pod