In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/31d073689e2b5fa63aa7d4f8aaf529f75eeb5d0e?hp=1315e932df13a76ea1badc115e33a00291f53bab>

- Log -----------------------------------------------------------------
commit 31d073689e2b5fa63aa7d4f8aaf529f75eeb5d0e
Author: Tony Cook <t...@develop-help.com>
Date:   Tue Aug 27 15:13:00 2013 +1000

    [perl #119351] the test note isn't a note but an object description
    
    avoid:
    
    ok 239 - GV on a lexical sub isa B::SPECIAL isa B::SPECIAL
-----------------------------------------------------------------------

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 262baff..cbf9e1f 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 isa B::SPECIAL");
+        isa_ok($gv, "B::SPECIAL", "GV on a lexical sub");
         my $hek = $cv->NAME_HEK;
         is($hek, "bar", "check the NAME_HEK");
     }

--
Perl5 Master Repository

Reply via email to