diff options
Diffstat (limited to 'sqlite3_test.go')
-rw-r--r-- | sqlite3_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlite3_test.go b/sqlite3_test.go index 9bcc5f3..3ea5592 100644 --- a/sqlite3_test.go +++ b/sqlite3_test.go @@ -407,4 +407,3 @@ func TestBoolean(t *testing.T) { t.Error("Expected error from \"nonsense\" bool") } } - |