From: Arthur Axel 'fREW' Schmidt Date: Sat, 5 Sep 2009 08:26:33 +0000 (-0500) Subject: incorrect skip count fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17601f40d4d67dfc3be54fe0f59aca7eaec48226;p=gitmo%2FMoose.git incorrect skip count fix --- diff --git a/t/010_basics/012_rebless.t b/t/010_basics/012_rebless.t index e64f2c0..09e46dc 100644 --- a/t/010_basics/012_rebless.t +++ b/t/010_basics/012_rebless.t @@ -88,5 +88,5 @@ skip_meta { throws_ok { $foo->type_constrained(10.5) } qr/^Attribute \(type_constrained\) does not pass the type constraint because\: Validation failed for 'Int' failed with value 10\.5/, '... this failed cause of type check'; -} 7; +} 5;