summaryrefslogtreecommitdiff
path: root/jstests/core/json1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/json1.js')
-rw-r--r--jstests/core/json1.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/json1.js b/jstests/core/json1.js
index 054a9b46047..d4bb8435086 100644
--- a/jstests/core/json1.js
+++ b/jstests/core/json1.js
@@ -21,8 +21,8 @@ assert.eq(tojson(x,"",false), '{\n\t"x" : ObjectId("4ad35a73d2e34eb4fc43579a"),\
// Timestamp type
x = {"x" : Timestamp()};
-assert.eq(tojson(x,"",false), '{\n\t"x" : Timestamp(0, 0)\n}' , "G")
+assert.eq(tojson(x,"",false), '{\n\t"x" : Timestamp(0, 0)\n}' , "G");
// Timestamp type, second
x = {"x" : Timestamp(10,2)};
-assert.eq(tojson(x,"",false), '{\n\t"x" : Timestamp(10, 2)\n}' , "H")
+assert.eq(tojson(x,"",false), '{\n\t"x" : Timestamp(10, 2)\n}' , "H");