X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04-with-native-traits.t;h=9984e25e262e5bd5807460b1bc0d1c369a7d0a90;hb=ee29de7b83532784ecf67a6a72579f49855b281e;hp=169cd951723d67696d75fe95fdbc87531823d45c;hpb=a3ced8835a2c0a744e7707022ede02ea4c521871;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/04-with-native-traits.t b/t/04-with-native-traits.t index 169cd95..9984e25 100644 --- a/t/04-with-native-traits.t +++ b/t/04-with-native-traits.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 2; +use Test::More; { package MyClass; @@ -21,3 +21,5 @@ is( MyClass->counter(), 0 ); MyClass->inc_counter(); is( MyClass->counter(), 1 ); + +done_testing();