summaryrefslogtreecommitdiffhomepage
path: root/test/runner/setup_container/setup_container.cc
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/runner/setup_container/setup_container.cc
parent24487496a30666103f21c2d42be69d0f8ba2b388 (diff)
Move socket_test_util to //test/util
...and rename the library to socket_util. PiperOrigin-RevId: 386348306
Diffstat (limited to 'test/runner/setup_container/setup_container.cc')
-rw-r--r--test/runner/setup_container/setup_container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner/setup_container/setup_container.cc b/test/runner/setup_container/setup_container.cc
index 9a4e3fb8b..e6fae37e1 100644
--- a/test/runner/setup_container/setup_container.cc
+++ b/test/runner/setup_container/setup_container.cc
@@ -17,9 +17,9 @@
#include <unistd.h>
#include "test/syscalls/linux/socket_netlink_util.h"
-#include "test/syscalls/linux/socket_test_util.h"
#include "test/util/capability_util.h"
#include "test/util/posix_error.h"
+#include "test/util/socket_util.h"
namespace gvisor {
namespace testing {