summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jsontests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/jsontests.cpp')
-rw-r--r--src/mongo/dbtests/jsontests.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/dbtests/jsontests.cpp b/src/mongo/dbtests/jsontests.cpp
index c70457b73e8..69476f19b77 100644
--- a/src/mongo/dbtests/jsontests.cpp
+++ b/src/mongo/dbtests/jsontests.cpp
@@ -939,7 +939,8 @@ TEST(FromJsonTest, NumericTypes) {
double d;
};
const Val vals[] = {
- {123, kMaxS64, 3.14}, {-123, -kMaxS64, -3.14},
+ {123, kMaxS64, 3.14},
+ {-123, -kMaxS64, -3.14},
};
for (const Val& val : vals) {
const BSONObj obj =