mirror of
https://github.com/golang/go
synced 2024-11-18 00:14:47 -07:00
net: fix writev tests on Android
Change-Id: Iacced25363f54ee2cc1e00a71605dba7fb447162 Reviewed-on: https://go-review.googlesource.com/33772 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
c96e94e69d
commit
63a7ee7823
@ -151,7 +151,7 @@ func testBuffer_writeTo(t *testing.T, chunks int, useCopy bool) {
|
||||
|
||||
var wantSum int
|
||||
switch runtime.GOOS {
|
||||
case "darwin", "dragonfly", "freebsd", "linux", "netbsd", "openbsd":
|
||||
case "android", "darwin", "dragonfly", "freebsd", "linux", "netbsd", "openbsd":
|
||||
var wantMinCalls int
|
||||
wantSum = want.Len()
|
||||
v := chunks
|
||||
|
Loading…
Reference in New Issue
Block a user