summaryrefslogtreecommitdiff
path: root/jstests/remove3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/remove3.js')
-rw-r--r--jstests/remove3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/remove3.js b/jstests/remove3.js
index fe1a754..2a51a6e 100644
--- a/jstests/remove3.js
+++ b/jstests/remove3.js
@@ -14,5 +14,5 @@ assert.eq( 4 , t.count() , "B" );
t.remove( { _id : 5 } );
assert.eq( 3 , t.count() , "C" );
-t.remove( { _id : { $lt : 8 } } , "D" );
+t.remove( { _id : { $lt : 8 } } );
assert.eq( 1 , t.count() , "D" );