Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a37a582

Browse files
cjihrigtargos
authored andcommittedMay 29, 2018
test: update postmortem metadata test
This commit updates the following postmortem metadata constant: - v8dbg_context_idx_closure - Renamed: v8dbg_context_idx_scope_info - V8 commit: v8/v8@39496a9#diff-f3f182b0510ba2ee39ae87e421ff110b Fixes: nodejs/node-v8#59
1 parent bd51d57 commit a37a582

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
@@ -105,7 +105,7 @@ function getExpectedSymbols() {
105105
'v8dbg_class_SlicedString__parent__String',
106106
'v8dbg_class_String__length__SMI',
107107
'v8dbg_class_ThinString__actual__String',
108-
'v8dbg_context_idx_closure',
108+
'v8dbg_context_idx_scope_info',
109109
'v8dbg_context_idx_prev',
110110
'v8dbg_context_min_slots',
111111
'v8dbg_frametype_ArgumentsAdaptorFrame',

0 commit comments

Comments
 (0)
Please sign in to comment.