1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

RT#99748 - removed a test which causes experimental warnings under Perl >= 5.18 (and did not add much to the intended tests)

This commit is contained in:
Laurent Dami 2014-10-26 07:46:10 +02:00
parent c6d9c27e22
commit ab7539a7c8

View file

@ -23,7 +23,6 @@ my @interpolation_attempts = (
'$foobar', '$foobar',
'$self->{row_ix}', '$self->{row_ix}',
'(?{die 999})', '(?{die 999})',
'(?[die 999])',
); );
# unfortunately the examples below don't fail, but I don't know how to # unfortunately the examples below don't fail, but I don't know how to