summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_internal_expr_eq_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/expression_internal_expr_eq_test.cpp')
-rw-r--r--src/mongo/db/matcher/expression_internal_expr_eq_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/expression_internal_expr_eq_test.cpp b/src/mongo/db/matcher/expression_internal_expr_eq_test.cpp
index 0de1fbec00b..facc1f9f7a4 100644
--- a/src/mongo/db/matcher/expression_internal_expr_eq_test.cpp
+++ b/src/mongo/db/matcher/expression_internal_expr_eq_test.cpp
@@ -264,7 +264,7 @@ TEST(InternalExprEqMatchExpression, SerializesCorrectly) {
operand.firstElement());
BSONObjBuilder bob;
- eq.serialize(&bob, true);
+ eq.serialize(&bob, {});
ASSERT_BSONOBJ_EQ(BSON("x" << BSON("$_internalExprEq" << 5)), bob.obj());
}