This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b8575
)
t/op/magic.t: Fix skip count
author
Karl Williamson
<khw@cpan.org>
Sat, 13 Apr 2019 18:01:02 +0000
(12:01 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sat, 13 Apr 2019 18:16:11 +0000
(12:16 -0600)
t/op/magic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/magic.t
b/t/op/magic.t
index
f53cc5e
..
27c1d43
100644
(file)
--- a/
t/op/magic.t
+++ b/
t/op/magic.t
@@
-613,7
+613,7
@@
SKIP: {
}
SKIP: {
- skip_if_miniperl("No XS in miniperl",
3
);
+ skip_if_miniperl("No XS in miniperl",
2
);
for ( [qw( %- Tie::Hash::NamedCapture )],
[qw( %! Errno )] ) {