Convert all tests to done_testing.
[gitmo/Moose.git] / t / 100_bugs / 005_inline_reader_bug.t
index cc0c01e..b85925d 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More;
 use Test::Exception;
 
 
-
 =pod
 
 This was a bug, but it is fixed now. This
@@ -29,3 +28,4 @@ test makes sure it does not creep back in.
     } '... this didnt die';
 }
 
+done_testing;