1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00
DBD-SQLite-SQLcipher/t/00basic.t
2009-01-24 09:59:18 +00:00

8 lines
152 B
Raku

use Test;
BEGIN { plan tests => 1 }
END { ok($loaded) }
use DBD::SQLite;
$loaded++;
unlink("foo", "output/foo", "output/database", "output/datbase");