X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F039-subtype.t;h=5c4d9e1aefb35286a0630987fefef00250bbcd19;hb=b03fda9f71bd6f81a435f1df67be4131da86189d;hp=2894d1e272991429c7818ccfdd83939612df3dbe;hpb=a68fed5d09926e438f29242e1114b902f8cf324e;p=gitmo%2FMouse.git diff --git a/t/039-subtype.t b/t/039-subtype.t index 2894d1e..5c4d9e1 100644 --- a/t/039-subtype.t +++ b/t/039-subtype.t @@ -22,8 +22,5 @@ do { ok(My::Class->new(name => 'foo')); -TODO: { - local $TODO = "message is not used"; - throws_ok { My::Class->new(name => '') } qr/^Attribute \(name\) does not pass the type constraint because: The string is empty!/; -}; +throws_ok { My::Class->new(name => '') } qr/^Attribute \(name\) does not pass the type constraint because: The string is empty!/;