diff options
Diffstat (limited to 'jstests/core/indexf.js')
-rw-r--r-- | jstests/core/indexf.js | 2 |
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 } ); |