summaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-08-05 19:40:27 +0100
committerDavid Mitchell <davem@iabyn.com>2017-08-05 19:40:27 +0100
commit3b890f763b669e3019e714e174a3d3dfc5075f55 (patch)
tree359aea2d04bb1c4c4e2972c2b15c2b1aa8e9f8b1 /t/perf
parent61084eefd823e097255934e8ab599c0e418e5253 (diff)
downloadperl-3b890f763b669e3019e714e174a3d3dfc5075f55.tar.gz
t/perf/opcount.t typo
fix typo from my recent commit. Spotted by Jarkko.
Diffstat (limited to 't/perf')
-rw-r--r--t/perf/opcount.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/opcount.t b/t/perf/opcount.t
index 4a7f2b5a47..414fa8c61b 100644
--- a/t/perf/opcount.t
+++ b/t/perf/opcount.t
@@ -383,7 +383,7 @@ test_opcount(0, 'barewords can be constant-folded',
test_opcount(0, "optimise away compare,const in $expr",
eval qq{sub { $expr }},
{
- le => 0,
+ lt => 0,
le => 0,
eq => 0,
ne => 0,