summaryrefslogtreecommitdiff
path: root/jstests/core/numberlong2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/numberlong2.js')
-rw-r--r--jstests/core/numberlong2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/numberlong2.js b/jstests/core/numberlong2.js
index 4eadb744131..dad87fe30aa 100644
--- a/jstests/core/numberlong2.js
+++ b/jstests/core/numberlong2.js
@@ -8,7 +8,7 @@
t = db.jstests_numberlong2;
t.drop();
-t.ensureIndex({x: 1});
+t.createIndex({x: 1});
function chk(longNum) {
t.remove({});