1
0
Fork 0
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:
Kenichi Ishigaki 2016-12-26 15:05:42 +09:00
parent 9bbc7f3e68
commit 2abb10acb3

View file

@ -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