remove debugging warning
Yuval Kogman [Mon, 20 Apr 2009 15:54:20 +0000 (17:54 +0200)]
t/300_immutable/010_constructor_is_not_moose.t

index 8a8cb8d..882567c 100644 (file)
@@ -26,8 +26,6 @@ plan tests => 6;
 
     extends 'NotMoose';
 
-    warn "oi";
-
     ::stderr_is(
         sub { Foo->meta->make_immutable },
         "Not inlining 'new' for Foo since it is not inheriting the default Moose::Object::new\nIf you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to Foo->meta->make_immutable\n",