diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-29 11:11:13 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-29 11:13:03 -0700 |
commit | b6fb11a290518c569147da48cb2427740b04a041 (patch) | |
tree | 32fc82cb5aa5e8015b71f0573361f2b56b6ea5e3 /test/syscalls/linux/BUILD | |
parent | 5075d0342f51b3e44ae47fc0901a59a4d762c638 (diff) |
Migrates uses of deprecated map types to recommended types.
PiperOrigin-RevId: 334419854
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 c775a6d75..d9dbe2267 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -1667,6 +1667,7 @@ cc_binary( "//test/util:cleanup", "//test/util:file_descriptor", "//test/util:fs_util", + "@com_google_absl//absl/container:node_hash_set", "@com_google_absl//absl/strings", "@com_google_absl//absl/synchronization", "@com_google_absl//absl/time", |