with_immutable needs to test both mutable and immutable conditions
[gitmo/MooseX-UndefTolerant.git] / t / basic.t
index e5e362c..e809247 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -15,7 +15,6 @@ has 'bar' => (
     predicate => 'has_bar'
 );
 
-__PACKAGE__->meta->make_immutable;
 }
 
 package main;