Skip to content

Commit c41df79

Browse files
authored
Merge pull request #485 from mattn/sqlite3-3.21.0
upgrade SQLite3 amalgamation code
2 parents 47157b5 + bd2433c commit c41df79

File tree

4 files changed

+11097
-6873
lines changed

4 files changed

+11097
-6873
lines changed

error_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515

1616
func TestSimpleError(t *testing.T) {
1717
e := ErrError.Error()
18-
if e != "SQL logic error or missing database" {
19-
t.Error("wrong error code:" + e)
18+
if e != "SQL logic error or missing database" && e != "SQL logic error" {
19+
t.Error("wrong error code: " + e)
2020
}
2121
}
2222

0 commit comments

Comments
 (0)