From: Yuval Kogman Date: Mon, 20 Apr 2009 15:54:20 +0000 (+0200) Subject: remove debugging warning X-Git-Tag: 0.75_01~13^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5377a87a43c529ca00433a3a8c7c567e5786d01;p=gitmo%2FMoose.git remove debugging warning --- diff --git a/t/300_immutable/010_constructor_is_not_moose.t b/t/300_immutable/010_constructor_is_not_moose.t index 8a8cb8d..882567c 100644 --- a/t/300_immutable/010_constructor_is_not_moose.t +++ b/t/300_immutable/010_constructor_is_not_moose.t @@ -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",