summaryrefslogtreecommitdiff
path: root/jstests/core/fm3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/fm3.js')
-rw-r--r--jstests/core/fm3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/fm3.js b/jstests/core/fm3.js
index 8ccde6d5ab3..ebe79f16dc4 100644
--- a/jstests/core/fm3.js
+++ b/jstests/core/fm3.js
@@ -1,4 +1,4 @@
-t = db.fm3
+t = db.fm3;
t.drop();
t.insert( {a:[{c:{e:1, f:1}}, {d:2}, 'z'], b:1} );