diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-26 10:02:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 10:02:03 +0200 |
commit | 106e4c475febe3e08fa7fc632e044fe75a792cc3 (patch) | |
tree | 954f91624c35edbae435977d7055f0ccdebdfc89 /cli/tests | |
parent | 78b630d92a1a2dbec6054e592d978a89d09af7fa (diff) |
chore: upgrade rusty_v8 to 0.70.0 (#18844)
Closes https://github.com/denoland/deno/issues/18369
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/run/heapstats.js.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/run/heapstats.js.out b/cli/tests/testdata/run/heapstats.js.out index b75a755f8..954266333 100644 --- a/cli/tests/testdata/run/heapstats.js.out +++ b/cli/tests/testdata/run/heapstats.js.out @@ -1,2 +1,2 @@ -Allocated: 4MB -Freed: -4MB +Allocated: 8MB +Freed: -8MB |