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_;