summaryrefslogtreecommitdiff
path: root/jstests/core/fm1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/fm1.js')
-rw-r--r--jstests/core/fm1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/fm1.js b/jstests/core/fm1.js
index bc60a3d8911..de1df03edcb 100644
--- a/jstests/core/fm1.js
+++ b/jstests/core/fm1.js
@@ -2,7 +2,7 @@
t = db.fm1;
t.drop();
-t.insert({foo:{bar:1}})
+t.insert({foo:{bar:1}});
t.find({},{foo:1}).toArray();
t.find({},{'foo.bar':1}).toArray();
t.find({},{'baz':1}).toArray();