diff options
author | Kevin Krakauer <krakauer@google.com> | 2021-04-30 17:55:54 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-30 17:58:13 -0700 |
commit | 6fb8c01bb488e22c741a307e030b61c512dcd34f (patch) | |
tree | 08b422694a6c1db3497aa11e580fc32c3eff4fbc /test/syscalls/linux/BUILD | |
parent | eb2b39f70287b2ee54127699fa34a06484aaed8b (diff) |
Fix //test/syscalls:tcp_socket_test_native
The data written was larger than the write buffer, and nobody was reading the
other end.
PiperOrigin-RevId: 371436084
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 94a582256..b07f556de 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -3710,6 +3710,7 @@ cc_binary( deps = [ ":socket_test_util", "//test/util:file_descriptor", + "@com_google_absl//absl/strings", "@com_google_absl//absl/time", gtest, "//test/util:posix_error", |