summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator_futures_util_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/transaction_coordinator_futures_util_test.cpp')
-rw-r--r--src/mongo/db/s/transaction_coordinator_futures_util_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/transaction_coordinator_futures_util_test.cpp b/src/mongo/db/s/transaction_coordinator_futures_util_test.cpp
index bed0927a650..f2054c59f62 100644
--- a/src/mongo/db/s/transaction_coordinator_futures_util_test.cpp
+++ b/src/mongo/db/s/transaction_coordinator_futures_util_test.cpp
@@ -315,7 +315,7 @@ protected:
}
};
- return stdx::make_unique<StaticCatalogClient>();
+ return std::make_unique<StaticCatalogClient>();
}
static std::vector<ShardId> makeThreeShardIdsList() {