summaryrefslogtreecommitdiff
path: root/jstests/core/index_big1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/index_big1.js')
-rw-r--r--jstests/core/index_big1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/index_big1.js b/jstests/core/index_big1.js
index dffebc351cf..eb4df5d5100 100644
--- a/jstests/core/index_big1.js
+++ b/jstests/core/index_big1.js
@@ -7,7 +7,7 @@ t.drop();
var s = "";
-t.ensureIndex( { a : 1 , x : 1 } )
+t.ensureIndex( { a : 1 , x : 1 } );
var bulk = t.initializeUnorderedBulkOp();
for ( i=0; i<N; i++ ) {