diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-04-01 11:22:18 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-01 11:24:04 -0700 |
commit | 6c10c772e46ffe8d27cffe77aed24f0d334d611c (patch) | |
tree | 292d116005ecab85965c2ea98875a4716f7b2fdb /test | |
parent | 71f3dccbb3d47cbf572afe0737a29c8d87fde9c9 (diff) |
Internal change.
PiperOrigin-RevId: 366292533
Diffstat (limited to 'test')
-rw-r--r-- | test/syscalls/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 043ada583..e565c6e77 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -154,6 +154,7 @@ cc_library( defines = select_system(), deps = default_net_util() + [ gtest, + "//net/util:ports", "@com_google_absl//absl/memory", "@com_google_absl//absl/strings", "@com_google_absl//absl/strings:str_format", |