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_filesystem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/syscalls/linux/socket_filesystem.cc') diff --git a/test/syscalls/linux/socket_filesystem.cc b/test/syscalls/linux/socket_filesystem.cc index 287359363..a611e9f4e 100644 --- a/test/syscalls/linux/socket_filesystem.cc +++ b/test/syscalls/linux/socket_filesystem.cc @@ -15,10 +15,10 @@ #include #include "test/syscalls/linux/socket_generic.h" -#include "test/syscalls/linux/socket_test_util.h" #include "test/syscalls/linux/socket_unix.h" #include "test/syscalls/linux/socket_unix_cmsg.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