diff options
author | Ghanan Gowripalan <ghanan@google.com> | 2021-07-22 16:34:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-07-22 16:37:15 -0700 |
commit | aa2698170041e9bc00542378269231b5eaeffd5d (patch) | |
tree | e033d115eee728364e8cb3bd6e11fe037a25dad0 /test/syscalls/linux/socket_stream_nonblock.cc | |
parent | 24487496a30666103f21c2d42be69d0f8ba2b388 (diff) |
Move socket_test_util to //test/util
...and rename the library to socket_util.
PiperOrigin-RevId: 386348306
Diffstat (limited to 'test/syscalls/linux/socket_stream_nonblock.cc')
-rw-r--r-- | test/syscalls/linux/socket_stream_nonblock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/socket_stream_nonblock.cc b/test/syscalls/linux/socket_stream_nonblock.cc index 74d608741..788fae906 100644 --- a/test/syscalls/linux/socket_stream_nonblock.cc +++ b/test/syscalls/linux/socket_stream_nonblock.cc @@ -20,8 +20,8 @@ #include <sys/un.h> #include "gtest/gtest.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 { |