Convert all tests to done_testing.
[gitmo/Moose.git] / t / 060_compat / 003_foreign_inheritence.t
index f99cac9..0fdcb9b 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 6;
+use Test::More;
 use Test::Exception;
 
 
-
 {
 
     package Elk;
@@ -90,3 +89,4 @@ lives_ok {
 }
 'Can subclass the same non-Moose class twice with different metaclasses';
 
+done_testing;