summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lru-cache/test/foreach.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/lru-cache/test/foreach.js')
-rw-r--r--deps/npm/node_modules/lru-cache/test/foreach.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/npm/node_modules/lru-cache/test/foreach.js b/deps/npm/node_modules/lru-cache/test/foreach.js
index 429ebc124..4190417cb 100644
--- a/deps/npm/node_modules/lru-cache/test/foreach.js
+++ b/deps/npm/node_modules/lru-cache/test/foreach.js
@@ -108,7 +108,6 @@ test('expires', function (t) {
t.equal(val, j.toString(2))
})
t.equal(i, order.length);
- t.end()
setTimeout(function () {
var count = 0;