Skip to content
Snippets Groups Projects
Commit e1c2d6a6 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix clang3.7/tsan compile failure

parent ac1ac3ab
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ class HybridEnd2endTest : public ::testing::Test {
}
// Create a separate cq for each potential handler.
for (int i = 0; i < 5; i++) {
cqs_.push_back(std::move(builder.AddCompletionQueue()));
cqs_.push_back(builder.AddCompletionQueue());
}
server_ = builder.BuildAndStart();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment