summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/pipeline_executor_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/update/pipeline_executor_test.cpp')
-rw-r--r--src/mongo/db/update/pipeline_executor_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update/pipeline_executor_test.cpp b/src/mongo/db/update/pipeline_executor_test.cpp
index 2a10c292532..1c5c4297485 100644
--- a/src/mongo/db/update/pipeline_executor_test.cpp
+++ b/src/mongo/db/update/pipeline_executor_test.cpp
@@ -44,8 +44,8 @@ namespace mongo {
namespace {
using PipelineExecutorTest = UpdateNodeTest;
-using mongo::mutablebson::Element;
using mongo::mutablebson::countChildren;
+using mongo::mutablebson::Element;
TEST_F(PipelineExecutorTest, Noop) {
boost::intrusive_ptr<ExpressionContextForTest> expCtx(new ExpressionContextForTest());