diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-12 15:54:30 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-12 15:54:30 +0100 |
commit | 5f5991a0d6d8ef99d2643b88a7d9285e35277331 (patch) | |
tree | 8fe4d8e8aaa29715f258954d7045e927758b6b20 /t | |
parent | 64332b6b34a2fb241657f12a8a3fe19b7a4d24dd (diff) | |
download | perl-5f5991a0d6d8ef99d2643b88a7d9285e35277331.tar.gz |
Normalise 3 fatal pack/unpack error messages to "panic: %s"
Diffstat (limited to 't')
-rw-r--r-- | t/porting/diag.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t index 8b7edb61d1..9aa25d56a9 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -186,8 +186,6 @@ Ambiguous use of %c{%s%s} resolved to %c%s%s Ambiguous use of -%s resolved as -&%s() Argument "%s" isn't numeric Argument "%s" isn't numeric in %s -Assertion: marks beyond string end -Assertion: string is shorter than advertised Attempt to clear deleted array Attempt to free non-arena SV: 0x%x Attempt to free non-existent shared string '%s'%s @@ -301,7 +299,6 @@ Opening dirhandle %s also as a file Opening filehandle %s also as a directory Operator or semicolon missing before %c%s Overloaded dereference did not return a reference -Perl bug: predicted utf8 length not available PERL_SIGNALS illegal: "%s" Perl %s required (did you mean %s?)--this is only %s, stopped Perl %s required--this is only %s, stopped |