From: Father Chrysostomos Date: Fri, 8 Apr 2011 16:01:55 +0000 (-0700) Subject: Correct the skip count in stash.t X-Git-Tag: accepted/trunk/20130322.191538~4465 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fda6ccf78b4ba7c87b5588fe1aaa1475e76627d;p=platform%2Fupstream%2Fperl.git Correct the skip count in stash.t This has been wrong since 57f45d7. --- diff --git a/t/op/stash.t b/t/op/stash.t index de1297d..9a84b5a 100644 --- a/t/op/stash.t +++ b/t/op/stash.t @@ -69,7 +69,7 @@ ok( eval q{ no warnings 'deprecated'; defined %schoenmaker:: }, 'works in eval(" } SKIP: { - eval { require B; 1 } or skip "no B", 27; + eval { require B; 1 } or skip "no B", 29; *b = \&B::svref_2object; my $CVf_ANON = B::CVf_ANON();