summaryrefslogtreecommitdiff
path: root/jstests/core/drop3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/drop3.js')
-rw-r--r--jstests/core/drop3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/drop3.js b/jstests/core/drop3.js
index d97b40989b8..65fe072cf97 100644
--- a/jstests/core/drop3.js
+++ b/jstests/core/drop3.js
@@ -20,6 +20,6 @@ assert.eq( subcursor.objsLeftInBatch(), 1 );
t.drop(); // should invalidate cursor, but not subcursor
-assert.throws( function(){ cursor.itcount() } ); // throws "cursor doesn't exist on server" error on getMore
+assert.throws( function(){ cursor.itcount(); } ); // throws "cursor doesn't exist on server" error on getMore
assert.eq( subcursor.itcount(), 9 ); //one already seen