summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2021-04-30 17:55:54 -0700
committergVisor bot <gvisor-bot@google.com>2021-04-30 17:58:13 -0700
commit6fb8c01bb488e22c741a307e030b61c512dcd34f (patch)
tree08b422694a6c1db3497aa11e580fc32c3eff4fbc /test/syscalls/linux/BUILD
parenteb2b39f70287b2ee54127699fa34a06484aaed8b (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/BUILD1
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",