From 4dd0bf8167c7b3809c0cf14cd5a3c19644c0ef57 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 18 Jan 2019 05:13:34 +0900 Subject: [PATCH] no warnings 'locale' --- t/13_create_collation.t | 1 + t/37_regexp.t | 1 + t/43_fts3.t | 1 + t/rt_73159_fts_tokenizer_segfault.t | 1 + 4 files changed, 4 insertions(+) diff --git a/t/13_create_collation.t b/t/13_create_collation.t index 28f25fd..d674aed 100644 --- a/t/13_create_collation.t +++ b/t/13_create_collation.t @@ -1,5 +1,6 @@ use strict; use warnings; +no warnings 'locale'; use lib "t/lib"; use SQLiteTest; use Test::More; diff --git a/t/37_regexp.t b/t/37_regexp.t index aa667ed..edfcb7c 100644 --- a/t/37_regexp.t +++ b/t/37_regexp.t @@ -1,5 +1,6 @@ use strict; use warnings; +no warnings 'locale'; use lib "t/lib"; use SQLiteTest; use Test::More; diff --git a/t/43_fts3.t b/t/43_fts3.t index ccf6ad1..850708b 100644 --- a/t/43_fts3.t +++ b/t/43_fts3.t @@ -1,5 +1,6 @@ use strict; use warnings; +no warnings 'locale'; use lib "t/lib"; use SQLiteTest; use Test::More; diff --git a/t/rt_73159_fts_tokenizer_segfault.t b/t/rt_73159_fts_tokenizer_segfault.t index 738f0a8..7aea26d 100644 --- a/t/rt_73159_fts_tokenizer_segfault.t +++ b/t/rt_73159_fts_tokenizer_segfault.t @@ -1,5 +1,6 @@ use strict; use warnings; +no warnings 'locale'; use lib "t/lib"; use SQLiteTest; use Test::More;