summaryrefslogtreecommitdiff
path: root/jstests/core/indexf.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/indexf.js')
-rw-r--r--jstests/core/indexf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/indexf.js b/jstests/core/indexf.js
index d65e7b1c898..3ad222bcbb8 100644
--- a/jstests/core/indexf.js
+++ b/jstests/core/indexf.js
@@ -1,5 +1,5 @@
-t = db.indexf
+t = db.indexf;
t.drop();
t.ensureIndex( { x : 1 } );