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

DBD-SQLite: removed 99cleanup test as each test has its own cleanup block now

This commit is contained in:
Kenichi Ishigaki 2009-04-02 11:24:41 +00:00
parent 3330bd7468
commit b8d35dddbd

View file

@ -1,7 +0,0 @@
use strict;
use Test;
BEGIN { plan tests => 2 }
ok(-e 'foo');
unlink('foo');
ok(!-e 'foo');