Skip to content

Commit

Permalink
SERVER-7776: fix killop.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Becker committed Dec 25, 2012
1 parent bca5026 commit 13a61cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jstests/killop.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
for (var i = 0; i<10000; i++) {

t = db.jstests_killop
t.drop();

Expand Down Expand Up @@ -46,5 +44,3 @@ s2();
assert( ( new Date() ) - start < 30000 );

//}

}

0 comments on commit 13a61cb

Please sign in to comment.