summaryrefslogtreecommitdiff
path: root/jstests/sortb.js
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2012-04-13 14:17:17 -0400
committerEric Milkie <milkie@10gen.com>2012-04-13 14:19:10 -0400
commit3bc6dc6e4519f3a61808e2256c32498a1559a353 (patch)
tree2ea3a69af8c36972c4c9052fbedb81c784abccac /jstests/sortb.js
parent4bac4b0711b84e566a24cc29c57b08b769b7ca1f (diff)
downloadmongo-3bc6dc6e4519f3a61808e2256c32498a1559a353.tar.gz
fix Win32 build -- improved cleanup for jstests
So we don't run out of memory in 32-bit mode build.
Diffstat (limited to 'jstests/sortb.js')
-rw-r--r--jstests/sortb.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sortb.js b/jstests/sortb.js
index 8f76a05bd47..e16c7d650e6 100644
--- a/jstests/sortb.js
+++ b/jstests/sortb.js
@@ -24,3 +24,4 @@ for( i = 200; i < 300; ++i ) {
assert.throws( function() { t.find().sort( {a:-1} ).hint( {b:1} ).limit( 100 ).itcount(); } );
assert.throws( function() { t.find().sort( {a:-1} ).hint( {b:1} ).showDiskLoc().limit( 100 ).itcount(); } );
+t.drop(); \ No newline at end of file