summaryrefslogtreecommitdiff
path: root/jstests/slow1/memory.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/slow1/memory.js')
-rw-r--r--jstests/slow1/memory.js2
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)");