From: Dave Rolsky Date: Fri, 11 Sep 2009 15:06:44 +0000 (-0500) Subject: fix tests for latest Moose X-Git-Tag: 0.93~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac01c528c245c7b88b657ba28e2164d3704ee8ef;p=gitmo%2FClass-MOP.git fix tests for latest Moose --- diff --git a/t/010_self_introspection.t b/t/010_self_introspection.t index 7485f55..1057261 100644 --- a/t/010_self_introspection.t +++ b/t/010_self_introspection.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 302; +use Test::More tests => 300; use Test::Exception; use Class::MOP;