Index: t/pmc/codestring.t =================================================================== --- t/pmc/codestring.t (revision 38073) +++ t/pmc/codestring.t (working copy) @@ -19,7 +19,7 @@ .sub main :main .include 'test_more.pir' - plan(38) + plan(37) create_codestring() calls_to_unique() @@ -186,8 +186,6 @@ is($I0, 0x266d, "MUSIC FLAT SIGN") $I0 = code.'charname_to_ord'('RECYCLING SYMBOL FOR TYPE-1 PLASTICS') is($I0, 0x2673, "RECYCLING SYMBOL FOR TYPE-1 PLASTICS") - $I0 = code.'charname_to_ord'('') - is($I0, -1, '') .end .sub 'lineof_tests'