Skip to content

Commit

Permalink
test: adapt test-v8-stats for V8 update
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Nov 29, 2023
1 parent 338bab6 commit a41152f
Showing 1 changed file with 3 additions and 5 deletions.
Expand Up @@ -9,15 +9,13 @@ This patch can be removed when Node.js upgrades to a version of V8 that
includes this change.

diff --git a/test/parallel/test-v8-stats.js b/test/parallel/test-v8-stats.js
index 83b375bd3c5b5dbd5189d48ad560580883ac91f6..2366cbf716c11851bb3a759dce5db47d616516dc 100644
index dd774267910aa0920ed077dd5bd5cfed93aab6cb..2366cbf716c11851bb3a759dce5db47d616516dc 100644
--- a/test/parallel/test-v8-stats.js
+++ b/test/parallel/test-v8-stats.js
@@ -47,7 +47,9 @@ const expectedHeapSpaces = [
'old_space',
@@ -48,6 +48,8 @@ const expectedHeapSpaces = [
'read_only_space',
'shared_large_object_space',
- 'shared_space'
+ 'shared_space',
'shared_space',
+ 'trusted_large_object_space',
+ 'trusted_space'
];
Expand Down

0 comments on commit a41152f

Please sign in to comment.