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:
parent
c6d9c27e22
commit
ab7539a7c8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue