summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorDean Deng <deandeng@google.com>2019-12-03 19:40:56 -0800
committergVisor bot <gvisor-bot@google.com>2019-12-03 19:42:20 -0800
commit80b7ba0c9709c0c7f4c3aef5637d23225bcb866b (patch)
treed42c9d5073faa4e8ee4184d72b9d7a0020e703c7 /test/syscalls/linux/BUILD
parentbb641c54035e79e3e4c2752e07e6ac55c620b93f (diff)
Clean up readv_socket test suite.
Get rid of the SocketTest class, which is only extended by ReadvSocketTest. Also, get rid of TCP sockets (which were unused anyway) from readv_socket.cc. This is a very old test suite that isn't the right place for TCP loopback tests. PiperOrigin-RevId: 283672772
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r--test/syscalls/linux/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD
index a865e8857..9cca78a93 100644
--- a/test/syscalls/linux/BUILD
+++ b/test/syscalls/linux/BUILD
@@ -1795,7 +1795,6 @@ cc_binary(
name = "readv_socket_test",
testonly = 1,
srcs = [
- "file_base.h",
"readv_common.cc",
"readv_common.h",
"readv_socket.cc",