X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F09-bare-native-traits.t;h=5c5f4e52b5e1b65f06b0c6914768b4aa872a6335;hb=4b757b92cd9512ae47b6a60c8bec740e8810e96e;hp=60baa9310b96891d1227ac66a3b77896279ff308;hpb=ca1f996bfae2f6a627ac026cd2d5288e2900c3e1;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/09-bare-native-traits.t b/t/09-bare-native-traits.t index 60baa93..5c5f4e5 100644 --- a/t/09-bare-native-traits.t +++ b/t/09-bare-native-traits.t @@ -3,8 +3,7 @@ use strict; use warnings; -use Test::More tests => 2; -use Test::NoWarnings; +use Test::More; use Test::Fatal; { @@ -30,3 +29,5 @@ is( undef, 'Default builder in a native attribute trait is properly run when the attribute is defined with no standard accessors' ); + +done_testing();