diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-09 17:30:56 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-09 17:30:56 -0700 |
commit | 636013b3f52d8d822c7b83d79398d51b08c82838 (patch) | |
tree | c255dc4cb4e5171ec939459c5bac532dcd7f195a /t | |
parent | 04f745798a0e989d3948b52426ed936a1b2dfc51 (diff) | |
download | perl-636013b3f52d8d822c7b83d79398d51b08c82838.tar.gz |
Remove ‘bad top format’ error
This is unreachable. It only happens in pp_leavewrite when IoTOP_GV(io)
is null, but the code leading up to it makes sure that IoTOP_GV(io) is not
null. If it is still null, it jumps past the error with ‘goto forget_top’.
Diffstat (limited to 't')
-rw-r--r-- | t/porting/diag.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t index ebf9b486ba..51936fd4ae 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -457,7 +457,6 @@ sub check_message { __DATA__ Malformed UTF-8 character (unexpected non-continuation byte 0x%x, immediately after start byte 0x%x) -bad top format reference Cannot apply "%s" in non-PerlIO perl Can't %s big-endian %ss on this Can't call mro_isa_changed_in() on anonymous symbol table |