mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD-SQLite: and the previous prototype fix also makes the broken t/08create_function test work again
This commit is contained in:
parent
c680c036c5
commit
aafc0692a4
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ BEGIN {
|
||||||
$| = 1;
|
$| = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
use Test::More skip_all => 'Temporarily skipping known-bad test';
|
use Test::More tests => 18;
|
||||||
#use Test::More tests => 18;
|
|
||||||
use DBI;
|
use DBI;
|
||||||
|
|
||||||
sub now {
|
sub now {
|
||||||
|
|
Loading…
Add table
Reference in a new issue