diff options
author | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2021-12-07 17:00:41 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2021-12-07 17:01:03 +0000 |
commit | f13b0ddf8fecb1161d2f8f55fdac958292ae5b82 (patch) | |
tree | 18353b193cf48844c6996c13a21940576b00f3e4 /t/perf | |
parent | 354c44d8eaae5f59c3370c629f21da26a3a043ff (diff) | |
download | perl-f13b0ddf8fecb1161d2f8f55fdac958292ae5b82.tar.gz |
t/perf/optcount.t for pushdefer no longer needs the $debug flag
Diffstat (limited to 't/perf')
-rw-r--r-- | t/perf/opcount.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/opcount.t b/t/perf/opcount.t index db9786058b..2be40ee76f 100644 --- a/t/perf/opcount.t +++ b/t/perf/opcount.t @@ -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, |