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:
043fec9
)
correct -Dmad skip count for tests introduced in 2d85e411 and 4dc843bc
author
Tony Cook
<tony@develop-help.com>
Fri, 31 Aug 2012 12:41:47 +0000
(22:41 +1000)
committer
Tony Cook
<tony@develop-help.com>
Fri, 31 Aug 2012 12:41:47 +0000
(22:41 +1000)
t/op/svleak.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/svleak.t
b/t/op/svleak.t
index
04ba35c
..
b588ffc
100644
(file)
--- a/
t/op/svleak.t
+++ b/
t/op/svleak.t
@@
-173,7
+173,7
@@
SKIP: {
}
SKIP: {
- skip "disabled under -Dmad (eval leaks)" if $Config{mad};
+ skip "disabled under -Dmad (eval leaks)"
, 5
if $Config{mad};
leak(2, 0, sub { eval '"${<<END}"
' }, 'unterminated here-doc in quotes in multiline eval');
leak(2, 0, sub { eval '"${<<END