summaryrefslogtreecommitdiff
path: root/jstests/core/explain3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/explain3.js')
-rw-r--r--jstests/core/explain3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/explain3.js b/jstests/core/explain3.js
index c205e57252c..738f8570a0d 100644
--- a/jstests/core/explain3.js
+++ b/jstests/core/explain3.js
@@ -11,7 +11,7 @@ for( var i = 0; i < 10000; ++i ) {
s = startParallelShell( "sleep( 20 ); db.jstests_explain3.dropIndex( {i:1} );" );
try {
- t.find( {i:{$gt:-1},j:1} ).hint( {i:1} ).explain()
+ t.find( {i:{$gt:-1},j:1} ).hint( {i:1} ).explain();
} catch (e) {
print( "got exception" );
printjson( e );