comment for new test
[gitmo/Moose.git] / t / 100_bugs / 015_immutable_n_around.t
index 95d4202..a5f9987 100644 (file)
@@ -5,6 +5,8 @@ use warnings;
 
 use Test::More 'no_plan';
 
+# if make_immutable is removed from the following code the tests pass
+
 {
     package Foo;
     use Moose;