summaryrefslogtreecommitdiff
path: root/jstests/capped3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/capped3.js')
-rw-r--r--jstests/capped3.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/capped3.js b/jstests/capped3.js
index d6d2b23..2e5e679 100644
--- a/jstests/capped3.js
+++ b/jstests/capped3.js
@@ -23,9 +23,9 @@ c = t2.find().sort( {$natural:-1} );
i = 999;
while( c.hasNext() ) {
assert.eq( i--, c.next().i, "E" );
-}
-//print( "i: " + i );
-var str = tojson( t2.stats() );
+}
+//print( "i: " + i );
+var str = tojson( t2.stats() );
//print( "stats: " + tojson( t2.stats() ) );
assert( i < 990, "F" );