Skip to content

Commit

Permalink
t/perf/optcount.t for pushdefer no longer needs the $debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Dec 7, 2021
1 parent 354c44d commit f13b0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/perf/opcount.t
Expand Up @@ -678,7 +678,7 @@ test_opcount(0, "multiconcat: local assign",
use feature 'defer';
no warnings 'experimental::defer';

test_opcount(1, "pushdefer: block is optimized",
test_opcount(0, "pushdefer: block is optimized",
sub { my @a; defer { $a[0] } },
{
aelemfast_lex => 1,
Expand Down

0 comments on commit f13b0dd

Please sign in to comment.