Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 4f76915

Browse files
dcollinsnReini Urban
authored andcommitted
[RT #128574] Missed one incorrect usage of fresh_perl_
1 parent 07bfbad commit 4f76915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/op/reset.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ SKIP:
184184
my $copy = $prog;
185185
$copy =~ s/8/$eight/gm;
186186
$copy =~ s/9/$nine/gm;
187-
fresh_perl_is($copy, "pass", "",
187+
fresh_perl_is($copy, "pass", {},
188188
"first pattern $eight$eight, second $nine$nine");
189189
}
190190
}

0 commit comments

Comments
 (0)