X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F039-subtype.t;h=5c4d9e1aefb35286a0630987fefef00250bbcd19;hp=2894d1e272991429c7818ccfdd83939612df3dbe;hb=29607c0291634fac077d6e1c75e1491ba455c010;hpb=e82cf08d6ab36c4269c82cb2e066defee22a26d8 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!/;