summaryrefslogtreecommitdiff
path: root/jstests/core/js2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/js2.js')
-rw-r--r--jstests/core/js2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/js2.js b/jstests/core/js2.js
index 8753599887a..54c919ac1ba 100644
--- a/jstests/core/js2.js
+++ b/jstests/core/js2.js
@@ -18,6 +18,6 @@ assert.throws( function(){
} ).forEach( printjson );
} , null , "can't save from $where" );
-assert.eq( 0 , t2.find().length() , "B" )
+assert.eq( 0 , t2.find().length() , "B" );
assert(t.validate().valid , "E");