mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
removed no_warnings test from t/37_regexp.t to ignore locale warnings (Locale '...' may not work well)
This commit is contained in:
parent
9bbc7f3e68
commit
2abb10acb3
1 changed files with 1 additions and 2 deletions
|
@ -23,9 +23,8 @@ BEGIN {
|
|||
plan skip_all => 'Unicode is not supported before 5.8.5';
|
||||
}
|
||||
}
|
||||
use Test::NoWarnings;
|
||||
|
||||
plan tests => 2 * (3 + 2 * @regexes) * @CALL_FUNCS + 1;
|
||||
plan tests => 2 * (3 + 2 * @regexes) * @CALL_FUNCS;
|
||||
|
||||
BEGIN {
|
||||
# Sadly perl for windows (and probably sqlite, too) may hang
|
||||
|
|
Loading…
Add table
Reference in a new issue