Skip to content

Commit 764a07c

Browse files
cjihrignodejs-ci
authored andcommitted
test: update postmortem metadata test
This commit updates the following postmortem metadata constant: - v8dbg_bit_field3_dictionary_map_shift - This is now v8dbg_bit_field3_is_dictionary_map_shift as of v8/v8@7a159da Refs: #34 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 75542ae commit 764a07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-postmortem-metadata.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function getExpectedSymbols() {
5050
// should only consist of postmortem constants, and some of them can be
5151
// relatively long.
5252
/* eslint-disable max-len */
53-
'v8dbg_bit_field3_dictionary_map_shift',
53+
'v8dbg_bit_field3_is_dictionary_map_shift',
5454
'v8dbg_bit_field3_number_of_own_descriptors_shift',
5555
'v8dbg_class_Code__instruction_size__int',
5656
'v8dbg_class_Code__instruction_start__uintptr_t',

0 commit comments

Comments
 (0)