summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/d_concurrency_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/concurrency/d_concurrency_test.cpp')
-rw-r--r--src/mongo/db/concurrency/d_concurrency_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/concurrency/d_concurrency_test.cpp b/src/mongo/db/concurrency/d_concurrency_test.cpp
index 8723904ba81..991cdadf86d 100644
--- a/src/mongo/db/concurrency/d_concurrency_test.cpp
+++ b/src/mongo/db/concurrency/d_concurrency_test.cpp
@@ -108,7 +108,7 @@ public:
auto result = task.get_future();
stdx::thread taskThread{std::move(task)};
- auto taskThreadJoiner = MakeGuard([&] { taskThread.join(); });
+ auto taskThreadJoiner = makeGuard([&] { taskThread.join(); });
{
stdx::lock_guard<Client> clientLock(*opCtx->getClient());