stash.t has the wrong number of tests to skip when dynamic loading is not
available breaking minitest.
}
SKIP: {
- eval { require B; 1 } or skip "no B", 12;
+ eval { require B; 1 } or skip "no B", 18;
*b = \&B::svref_2object;
my $CVf_ANON = B::CVf_ANON();