Pass mptest multiwrite on Windows.

This commit is contained in:
Nuno Cruces
2023-03-05 14:18:22 +00:00
parent 5f893b5459
commit 9f59b3d0ec
4 changed files with 4 additions and 9 deletions

View File

@@ -20,8 +20,8 @@ func ExampleDriverConn() {
if err != nil {
log.Fatal(err)
}
defer db.Close()
defer os.Remove("demo.db")
defer db.Close()
ctx := context.Background()