From 5f7c1602dfa694a4a6761e9e4fc077ce794f7ff0 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 26 Aug 2013 11:35:21 +1000 Subject: [PATCH] [perl #119351] update the test note for the changed B::CV::GV test --- 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"); } -- 2.7.4