summaryrefslogtreecommitdiff
path: root/jstests/core/updated.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/updated.js')
-rw-r--r--jstests/core/updated.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/updated.js b/jstests/core/updated.js
index c202e8d435f..da314268eb0 100644
--- a/jstests/core/updated.js
+++ b/jstests/core/updated.js
@@ -1,6 +1,6 @@
t = db.updated;
-t.drop()
+t.drop();
o = { _id : Math.random() ,
items:[null,null,null,null]