From: Dave Rolsky Date: Mon, 6 Jul 2009 14:23:45 +0000 (-0500) Subject: Add test count X-Git-Tag: 0.90~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eebc1a2ff71179d7017b25ad697ba1dee9242b8e;p=gitmo%2FClass-MOP.git Add test count --- diff --git a/t/074_immutable_custom_trait.t b/t/074_immutable_custom_trait.t index f6c8d2d..804c8a5 100644 --- a/t/074_immutable_custom_trait.t +++ b/t/074_immutable_custom_trait.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More tests => 4; use Test::Exception; use Class::MOP;