diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-23 15:01:48 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-23 16:10:49 -0700 |
commit | 6a2ed79a05a42b4825c14fa6bc9f5acce1b469fa (patch) | |
tree | b971d222fe482ea07004766073783b88caeffff9 /t | |
parent | eaf7e88fef6975b1ed0126a8c819540f761cf002 (diff) | |
download | perl-6a2ed79a05a42b4825c14fa6bc9f5acce1b469fa.tar.gz |
perldiag: Correct ‘Infinite recursion in regex’
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 8974cd2964..d8115f5e0e 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -501,7 +501,6 @@ Illegal binary digit '%c' ignored Illegal character %sin prototype for %s : %s Illegal hexadecimal digit '%c' ignored Illegal octal digit '%c' ignored -Infinite recursion in regex internal %<num>p might conflict with future printf extensions Invalid argument to sv_cat_decode Invalid range "%c-%c" in transliteration operator |