summaryrefslogtreecommitdiff
path: root/jstests/core/or4.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/or4.js')
-rw-r--r--jstests/core/or4.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/or4.js b/jstests/core/or4.js
index 02242b379fe..a02150ff1d0 100644
--- a/jstests/core/or4.js
+++ b/jstests/core/or4.js
@@ -13,7 +13,7 @@ checkArrs = function( a, b ) {
for ( i = 0; i < aStr.length; ++i ) {
assert( -1 != bStr.indexOf( aStr[ i ] ), m );
}
-}
+};
t.ensureIndex( {a:1} );
t.ensureIndex( {b:1} );