From: Father Chrysostomos Date: Mon, 15 Nov 2010 22:36:17 +0000 (-0800) Subject: Correct skip count in stash.t X-Git-Tag: accepted/trunk/20130322.191538~6764 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=673ef7733b47cafbf48566eb6b312a3840666aee;p=platform%2Fupstream%2Fperl.git Correct skip count in stash.t --- diff --git a/t/op/stash.t b/t/op/stash.t index cca3d76..fb74449 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", 18; + eval { require B; 1 } or skip "no B", 24; *b = \&B::svref_2object; my $CVf_ANON = B::CVf_ANON();