Remove doubled up code
[gitmo/MooseX-Singleton.git] / t / 003-immutable.t
index e5a4047..39e45bd 100644 (file)
@@ -39,7 +39,7 @@ BEGIN {
 
         $self->bag->{$key} += $value;
     }
-__PACKAGE__->meta->make_immutable;
+
     ::warning_is sub { __PACKAGE__->meta->make_immutable }, '',
         'no warnings when calling make_immutable';
 }