Commit 5dbe071c authored by Alex Brainman's avatar Alex Brainman

database/sql: refer correct issue in TestErrBadConnReconnect comment

Change-Id: I283ab238b60d3a47e86296e1fbfc73ba121bef19
Reviewed-on: https://go-review.googlesource.com/10745Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 16310571
......@@ -1458,7 +1458,7 @@ func TestManyErrBadConn(t *testing.T) {
}
}
// golang.org/issue/5781
// golang.org/issue/5718
func TestErrBadConnReconnect(t *testing.T) {
db := newTestDB(t, "foo")
defer closeDB(t, db)
......
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