mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
Fixed t/12* to make Test::NoWarnings optional
This commit is contained in:
parent
5172c82430
commit
df0e738393
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@ BEGIN {
|
||||||
$^W = 1;
|
$^W = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
use Test::More tests => 16;
|
my $have_nowarnings;
|
||||||
use Test::NoWarnings;
|
BEGIN { eval 'use Test::NoWarnings; $have_nowarnings = 1' };
|
||||||
|
use Test::More tests => 15+($have_nowarnings || 0);
|
||||||
use t::lib::Test;
|
use t::lib::Test;
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue