diff options
author | snek <snek@deno.com> | 2024-08-28 18:17:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 01:17:26 +0000 |
commit | 01eb017ed4bfca696e6923c90f7924db7b40a342 (patch) | |
tree | 0d6c6dbfb48e142765caaa1eb219d2b5c2527771 /tests | |
parent | c6793f52b9a636b7df130d22b6e87e846245885d (diff) |
fix: upgrade deno_core to 0.307.0 (#25287)
- fix for https://github.com/denoland/deno/issues/25160
- changes needed to land https://github.com/denoland/deno/pull/25140
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testdata/run/heapstats.js.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdata/run/heapstats.js.out b/tests/testdata/run/heapstats.js.out index b75a755f8..954266333 100644 --- a/tests/testdata/run/heapstats.js.out +++ b/tests/testdata/run/heapstats.js.out @@ -1,2 +1,2 @@ -Allocated: 4MB -Freed: -4MB +Allocated: 8MB +Freed: -8MB |