diff options
author | Mike Grundy <michael.grundy@10gen.com> | 2016-02-04 12:31:18 -0500 |
---|---|---|
committer | Mike Grundy <michael.grundy@10gen.com> | 2016-02-16 17:36:06 -0500 |
commit | b09ac1bf86e695ffcf9e79aff0be8fe744c44222 (patch) | |
tree | 05f41aa6919d33182816903de5a20d2b712737b1 /jstests/slow1/memory.js | |
parent | 53664abc64361d65edf5713366a752ad6892bb05 (diff) | |
download | mongo-b09ac1bf86e695ffcf9e79aff0be8fe744c44222.tar.gz |
SERVER-22341 fix jslint errors in jstests/slow1 with eslint --fix
(cherry picked from commit c86e2cdec27d7fe90dc8e3f056adff2848dd1839)
Diffstat (limited to 'jstests/slow1/memory.js')
-rw-r--r-- | jstests/slow1/memory.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/slow1/memory.js b/jstests/slow1/memory.js index 48265e77b31..a2f84fddc6c 100644 --- a/jstests/slow1/memory.js +++ b/jstests/slow1/memory.js @@ -17,7 +17,7 @@ db.system.js.save( { "_id" : "f1", "value" : function(n) { b.push(Math.random()); c.push(Math.random()); } -} }) +} }); // do mix of calls to make sure OOM is handled with no permanent damage db.eval("f1(10)"); |