summaryrefslogtreecommitdiff
path: root/jstests/core/killop.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/killop.js')
-rw-r--r--jstests/core/killop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/killop.js b/jstests/core/killop.js
index 220c636848f..f367d3dec33 100644
--- a/jstests/core/killop.js
+++ b/jstests/core/killop.js
@@ -12,7 +12,7 @@
* counted collection must not be empty; hence an initial write to the collection is required.
*/
-t = db.jstests_killop
+t = db.jstests_killop;
t.drop();
t.save( {x:1} );