mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD-SQLite: united END blocks
This commit is contained in:
parent
2edda2f41f
commit
3a2bab1072
1 changed files with 1 additions and 3 deletions
|
@ -133,6 +133,4 @@ Test($lengths->[0]->[0] == $lengths->[0]->[1],
|
|||
"Database actually understands char set") or
|
||||
warn "($lengths->[0]->[0] != $lengths->[0]->[1])";
|
||||
|
||||
END { $dbh->do("DROP TABLE $table"); $dbh->disconnect; }
|
||||
|
||||
END { unlink 'output/foo'; rmdir 'output' }
|
||||
END { $dbh->do("DROP TABLE $table"); $dbh->disconnect; unlink 'output/foo'; rmdir 'output'; }
|
||||
|
|
Loading…
Add table
Reference in a new issue