From aa2698170041e9bc00542378269231b5eaeffd5d Mon Sep 17 00:00:00 2001 From: Ghanan Gowripalan Date: Thu, 22 Jul 2021 16:34:55 -0700 Subject: Move socket_test_util to //test/util ...and rename the library to socket_util. PiperOrigin-RevId: 386348306 --- test/syscalls/linux/socket_stream.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/syscalls/linux/socket_stream.cc') diff --git a/test/syscalls/linux/socket_stream.cc b/test/syscalls/linux/socket_stream.cc index 6522b2e01..11903f28b 100644 --- a/test/syscalls/linux/socket_stream.cc +++ b/test/syscalls/linux/socket_stream.cc @@ -21,8 +21,8 @@ #include "gtest/gtest.h" #include "absl/time/clock.h" -#include "test/syscalls/linux/socket_test_util.h" #include "test/syscalls/linux/unix_domain_socket_test_util.h" +#include "test/util/socket_util.h" #include "test/util/test_util.h" namespace gvisor { -- cgit v1.2.3