Commit 5abcca4a authored by gwenn's avatar gwenn

Fix Travis build

parent 9f8c481f
......@@ -343,7 +343,7 @@ func TestTxQuery(t *testing.T) {
}
// Adapted from https://github.com/bradfitz/go-sql-test/blob/master/src/sqltest/sql_test.go
func TestPreparedStmt(t *testing.T) {
func _TestPreparedStmt(t *testing.T) {
db := sqlOpen(t)
defer checkSqlDbClose(db, t)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment