diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-12-22 17:44:33 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-22 17:46:41 -0800 |
commit | 6d96a2394d3a4b983b1fa046cf605e22404c4948 (patch) | |
tree | b79b608730ba47c5c048ee6cac2ea9d6dcd6cb7e /test/syscalls/linux/BUILD | |
parent | 3a5c2cf42c8893c24b905e1bfeebada56e055178 (diff) |
Internal change.
PiperOrigin-RevId: 348720223
Diffstat (limited to 'test/syscalls/linux/BUILD')
-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 760456a98..a9d91c589 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -944,6 +944,7 @@ cc_binary( "//test/util:eventfd_util", "//test/util:file_descriptor", "//test/util:fs_util", + "@com_google_absl//absl/container:node_hash_map", "@com_google_absl//absl/container:node_hash_set", "@com_google_absl//absl/strings", gtest, |