Skip to content

Commit 81c1efc

Browse files
committed
test: adapt test-v8-stats for V8 update
1 parent 4dc303c commit 81c1efc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-v8-stats.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ const expectedHeapSpaces = [
4747
'new_space',
4848
'old_space',
4949
'read_only_space',
50+
'shared_large_object_space',
51+
'shared_space',
5052
];
5153
const heapSpaceStatistics = v8.getHeapSpaceStatistics();
5254
const actualHeapSpaceNames = heapSpaceStatistics.map((s) => s.space_name);

0 commit comments

Comments
 (0)