Convert all tests to done_testing.
[gitmo/Moose.git] / t / 100_bugs / 006_handles_foreign_class_bug.t
index dc162f5..82bad20 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 15;
+use Test::More;
 use Test::Exception;
 
 {
@@ -108,4 +108,4 @@ isa_ok($blart, 'Blart');
 
 is($blart->a, 'Foo::a', '... got the right delgated value');
 
-
+done_testing;