In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/5f7c1602dfa694a4a6761e9e4fc077ce794f7ff0?hp=00c5962fbb62cd5bf08d879fd7d811d4774b839c>

- Log -----------------------------------------------------------------
commit 5f7c1602dfa694a4a6761e9e4fc077ce794f7ff0
Author: Tony Cook <t...@develop-help.com>
Date:   Mon Aug 26 11:35:21 2013 +1000

    [perl #119351] update the test note for the changed B::CV::GV test
-----------------------------------------------------------------------

Summary of changes:
 ext/B/t/b.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/B/t/b.t b/ext/B/t/b.t
index f1763b4..262baff 100644
--- a/ext/B/t/b.t
+++ b/ext/B/t/b.t
@@ -405,7 +405,7 @@ SKIP:
         ok($cv, "make a B::CV from a lexical sub reference");
         isa_ok($cv, "B::CV");
         my $gv = $cv->GV;
-        isa_ok($gv, "B::SPECIAL", "GV on a lexical sub is NULL");
+        isa_ok($gv, "B::SPECIAL", "GV on a lexical sub isa B::SPECIAL");
         my $hek = $cv->NAME_HEK;
         is($hek, "bar", "check the NAME_HEK");
     }

--
Perl5 Master Repository

Reply via email to