1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

NoWarnings

This commit is contained in:
Kenichi Ishigaki 2012-09-05 14:54:19 +00:00
parent d3a0be9dfe
commit 8c8a575e37

View file

@ -7,8 +7,8 @@ BEGIN {
} }
use t::lib::Test; use t::lib::Test;
use Test::More tests => 3; use Test::More tests => 4;
use DBI; use Test::NoWarnings;
my $dbh = connect_ok(RaiseError => 1, PrintError => 0); my $dbh = connect_ok(RaiseError => 1, PrintError => 0);