diff options
Diffstat (limited to 'cli/tests/heapstats.js')
-rw-r--r-- | cli/tests/heapstats.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/heapstats.js b/cli/tests/heapstats.js index fba9e66d9..675fac2d6 100644 --- a/cli/tests/heapstats.js +++ b/cli/tests/heapstats.js @@ -14,6 +14,7 @@ function allocTest(alloc, allocAssert, deallocAssert) { const t1 = sample(); // Alloc + // deno-lint-ignore no-unused-vars let x = alloc(); const t2 = sample(); allocAssert(delta(t1, t2)); |