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:
2a91eb1
)
[RT #128574] Missed one incorrect usage of fresh_perl_
author
Dan Collins
<dcollinsn@gmail.com>
Thu, 14 Jul 2016 01:50:28 +0000
(21:50 -0400)
committer
Tony Cook
<tony@develop-help.com>
Mon, 1 Aug 2016 06:17:04 +0000
(16:17 +1000)
t/op/reset.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/reset.t
b/t/op/reset.t
index
227c84a
..
9b35c1a
100644
(file)
--- a/
t/op/reset.t
+++ b/
t/op/reset.t
@@
-184,7
+184,7
@@
SKIP:
my $copy = $prog;
$copy =~ s/8/$eight/gm;
$copy =~ s/9/$nine/gm;
- fresh_perl_is($copy, "pass",
""
,
+ fresh_perl_is($copy, "pass",
{}
,
"first pattern $eight$eight, second $nine$nine");
}
}