aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_go18_test.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2018-06-13 10:15:40 +0900
committerGitHub <noreply@github.com>2018-06-13 10:15:40 +0900
commit1013924b6663dc068e1b9d3313299dcf829811ca (patch)
tree027631e7683b5ba57dfaa044ba7826acf29e5308 /sqlite3_go18_test.go
parentMerge pull request #596 from mattn/fix/travis (diff)
parentAdd Tests for Crypt Encoders (diff)
downloadgolite-1013924b6663dc068e1b9d3313299dcf829811ca.tar.gz
golite-1013924b6663dc068e1b9d3313299dcf829811ca.tar.xz
Merge pull request #592 from GJRTimmer/fix/test/coverage
fix/test/coverage
Diffstat (limited to 'sqlite3_go18_test.go')
-rw-r--r--sqlite3_go18_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlite3_go18_test.go b/sqlite3_go18_test.go
index 44fc4df..741ed90 100644
--- a/sqlite3_go18_test.go
+++ b/sqlite3_go18_test.go
@@ -80,7 +80,6 @@ func randStringBytes(n int) string {
}
func initDatabase(t *testing.T, db *sql.DB, rowCount int64) {
- t.Logf("Executing db initializing statements")
for _, query := range testTableStatements {
_, err := db.Exec(query)
if err != nil {