Skip to content

Commit 0308059

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 1da6615 commit 0308059

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
@@ -41,7 +41,7 @@ function getExpectedSymbols() {
4141
// should only consist of postmortem constants, and some of them can be
4242
// relatively long.
4343
/* eslint-disable max-len */
44-
'v8dbg_bit_field3_dictionary_map_shift',
44+
'v8dbg_bit_field3_is_dictionary_map_shift',
4545
'v8dbg_bit_field3_number_of_own_descriptors_shift',
4646
'v8dbg_class_Code__instruction_size__int',
4747
'v8dbg_class_Code__instruction_start__uintptr_t',

0 commit comments

Comments
 (0)