mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
8 lines
152 B
Raku
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");
|
|
|