X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04-with-native-traits.t;h=ba8c5ebb17be3d3745152ca1c8434fdec41035a8;hb=d4e5a2f2dd063eab42cce80c93b453bfd44f7bf5;hp=696972d9dec9798060bdc54091550cda56f89f3b;hpb=287f2b9d9f74d904de40d8218debb6bd6d1ab918;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/04-with-native-traits.t b/t/04-with-native-traits.t index 696972d..ba8c5eb 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; @@ -24,3 +24,4 @@ is( MyClass->counter(), 0 ); MyClass->inc_counter(); is( MyClass->counter(), 1 ); +done_testing();