Update sqlite3_test.go

systemlib
jander 2012-05-27 00:13:36 +08:00
parent 2f4a8f3f2c
commit d869678d3c
1 changed files with 0 additions and 1 deletions

View File

@ -349,7 +349,6 @@ func TestBoolean(t *testing.T) {
}
defer os.Remove("./foo.db")
defer db.Close()
_, err = db.Exec("CREATE TABLE foo(id INTEGER, fbool BOOLEAN)")
if err != nil {