summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_unix.h
diff options
context:
space:
mode:
authorGhanan Gowripalan <ghanan@google.com>2021-07-22 16:34:55 -0700
committergVisor bot <gvisor-bot@google.com>2021-07-22 16:37:15 -0700
commitaa2698170041e9bc00542378269231b5eaeffd5d (patch)
treee033d115eee728364e8cb3bd6e11fe037a25dad0 /test/syscalls/linux/socket_unix.h
parent24487496a30666103f21c2d42be69d0f8ba2b388 (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_unix.h')
-rw-r--r--test/syscalls/linux/socket_unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/socket_unix.h b/test/syscalls/linux/socket_unix.h
index 3625cc404..f6405f399 100644
--- a/test/syscalls/linux/socket_unix.h
+++ b/test/syscalls/linux/socket_unix.h
@@ -15,7 +15,7 @@
#ifndef GVISOR_TEST_SYSCALLS_LINUX_SOCKET_UNIX_H_
#define GVISOR_TEST_SYSCALLS_LINUX_SOCKET_UNIX_H_
-#include "test/syscalls/linux/socket_test_util.h"
+#include "test/util/socket_util.h"
namespace gvisor {
namespace testing {