In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3b890f763b669e3019e714e174a3d3dfc5075f55?hp=61084eefd823e097255934e8ab599c0e418e5253>

- Log -----------------------------------------------------------------
commit 3b890f763b669e3019e714e174a3d3dfc5075f55
Author: David Mitchell <da...@iabyn.com>
Date:   Sat Aug 5 19:40:27 2017 +0100

    t/perf/opcount.t typo
    
    fix typo from my recent commit. Spotted by Jarkko.
-----------------------------------------------------------------------

Summary of changes:
 t/perf/opcount.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,

--
Perl5 Master Repository

Reply via email to