mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
NoWarnings
This commit is contained in:
parent
d3a0be9dfe
commit
8c8a575e37
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ BEGIN {
|
|||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use Test::More tests => 3;
|
||||
use DBI;
|
||||
use Test::More tests => 4;
|
||||
use Test::NoWarnings;
|
||||
|
||||
my $dbh = connect_ok(RaiseError => 1, PrintError => 0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue