X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F010_misc_type_tests.t;h=7b860469dc5b3ea07c788a549a877d08f35d5548;hb=43b9a91cacfa5e209171acd1141e3ad8e8a2d31a;hp=6915ddfc445c78df1459f805b2b4a657d8e2ebb2;hpb=ed90007bbf809739645439d7f47bafaffecf384c;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/010_misc_type_tests.t b/t/040_type_constraints/010_misc_type_tests.t index 6915ddf..7b86046 100644 --- a/t/040_type_constraints/010_misc_type_tests.t +++ b/t/040_type_constraints/010_misc_type_tests.t @@ -84,4 +84,6 @@ ok $subtype2 => 'made a subtype of our subtype'; ok( 0+$foo == refaddr($foo), "overloading works"); } +ok $subtype1, "type constraint boolean overload works"; + done_testing;