diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-24 18:12:19 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-24 18:14:07 -0700 |
commit | ac6f7b600bb6fe2e0c9171d24c0da2cc29388397 (patch) | |
tree | b0c26140ae912edca0c785882fb758e416799ba3 /test/syscalls | |
parent | 58880bf551f4fdaeecf0a355816f1af353ef81b6 (diff) |
Internal change.
PiperOrigin-RevId: 318180382
Diffstat (limited to 'test/syscalls')
-rw-r--r-- | test/syscalls/linux/socket_bind_to_device_sequence.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<SocketKind> { private: SocketKind socket_factory_; // devices maps from the device id in the test case to the name of the device. - std::unordered_map<int, string> devices_; + absl::node_hash_map<int, string> devices_; // These are the tunnels that were created for the test and will be destroyed // by the destructor. vector<std::unique_ptr<Tunnel>> tunnels_; |