Avoid duplication in running the same tests with and without immutable
[gitmo/Moose.git] / t / 040_type_constraints / 023_types_and_undef.t
index a4b1c6e..f20ee2e 100644 (file)
@@ -3,17 +3,11 @@
 use strict;
 use warnings;
 
-use Test::More tests => 55;
+use Test::More tests => 54;
 use Test::Exception;
-use Test::Deep;
 
-BEGIN
-{
-    use_ok('Moose');
-}
 
-#    A MOOSE OBJECT
-#
+
 {
     package Foo;
     use Moose;