From ac6f7b600bb6fe2e0c9171d24c0da2cc29388397 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Wed, 24 Jun 2020 18:12:19 -0700 Subject: Internal change. PiperOrigin-RevId: 318180382 --- test/syscalls/linux/socket_bind_to_device_sequence.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/syscalls/linux') diff --git a/test/syscalls/linux/socket_bind_to_device_sequence.cc b/test/syscalls/linux/socket_bind_to_device_sequence.cc index 6557c8e8e..d3cc71dbf 100644 --- a/test/syscalls/linux/socket_bind_to_device_sequence.cc +++ b/test/syscalls/linux/socket_bind_to_device_sequence.cc @@ -180,7 +180,7 @@ class BindToDeviceSequenceTest : public ::testing::TestWithParam { private: SocketKind socket_factory_; // devices maps from the device id in the test case to the name of the device. - std::unordered_map devices_; + absl::node_hash_map devices_; // These are the tunnels that were created for the test and will be destroyed // by the destructor. vector> tunnels_; -- cgit v1.2.3