summaryrefslogtreecommitdiff
path: root/t/perf/opcount.t
diff options
context:
space:
mode:
Diffstat (limited to 't/perf/opcount.t')
-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,