summaryrefslogtreecommitdiff
path: root/jstests/core/date1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/date1.js')
-rw-r--r--jstests/core/date1.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/jstests/core/date1.js b/jstests/core/date1.js
index e6fc147f9f4..7e893ea1355 100644
--- a/jstests/core/date1.js
+++ b/jstests/core/date1.js
@@ -7,11 +7,11 @@ function go( d , msg ){
t.save({ a: 1, d: d });
// printjson(d);
// printjson(t.findOne().d);
- assert.eq( d , t.findOne().d , msg )
+ assert.eq( d , t.findOne().d , msg );
}
-go( new Date() , "A" )
-go( new Date( 1 ) , "B")
-go( new Date( 0 ) , "C (old spidermonkey lib fails this test)")
-go(new Date(-10), "neg")
+go( new Date() , "A" );
+go( new Date( 1 ) , "B");
+go( new Date( 0 ) , "C (old spidermonkey lib fails this test)");
+go(new Date(-10), "neg");