Skip to content
Snippets Groups Projects
Commit 53f6c4bb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix invalid memory access in root canal."

parents e6f94965 3be7d428
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ class TestEnvironment {
void close();
private:
test_vendor_lib::AsyncManager async_manager_;
std::shared_ptr<AsyncDataChannelServer> test_socket_server_;
std::shared_ptr<AsyncDataChannelServer> hci_socket_server_;
std::shared_ptr<AsyncDataChannelServer> link_socket_server_;
......@@ -72,7 +73,6 @@ class TestEnvironment {
bool test_channel_open_{false};
std::promise<void> barrier_;
test_vendor_lib::AsyncManager async_manager_;
void SetUpTestChannel();
void SetUpHciServer(ConnectCallback on_connect);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment