From: Karen Etheridge Date: Wed, 3 Nov 2010 22:19:01 +0000 (-0700) Subject: comment update X-Git-Tag: 0.09~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4635347295081d0588159329d164b78260c6838d;hp=5fa797153fd062a0b9ea4d57bf2baf78b5510e88;p=gitmo%2FMooseX-UndefTolerant.git comment update --- diff --git a/t/constructor.t b/t/constructor.t index 96b27a2..62e8d69 100644 --- a/t/constructor.t +++ b/t/constructor.t @@ -1,9 +1,6 @@ use Test::More tests => 14; use Test::Fatal; -# TODO: this test should be renamed constructor.t, since all it tests is -# UT behaviour during construction. - { package Foo; use Moose;