Skip to content

Commit 9d248ae

Browse files
committed
suppress warnings
1 parent 62a33a1 commit 9d248ae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

driver_test.go

+9-9
Original file line numberDiff line numberDiff line change
@@ -3308,16 +3308,16 @@ func TestConnectorTimeoutsDuringOpen(t *testing.T) {
33083308
}
33093309
}
33103310

3311-
// A connection which can only be closed.
3312-
type dummyConnection struct {
3313-
net.Conn
3314-
closed bool
3315-
}
3311+
// // A connection which can only be closed.
3312+
// type dummyConnection struct {
3313+
// net.Conn
3314+
// closed bool
3315+
// }
33163316

3317-
func (d *dummyConnection) Close() error {
3318-
d.closed = true
3319-
return nil
3320-
}
3317+
// func (d *dummyConnection) Close() error {
3318+
// d.closed = true
3319+
// return nil
3320+
// }
33213321

33223322
// func TestConnectorTimeoutsWatchCancel(t *testing.T) {
33233323
// var (

0 commit comments

Comments
 (0)