diff --git a/test/v8-updates/test-postmortem-metadata.js b/test/v8-updates/test-postmortem-metadata.js index 626aaf3aea66c9..a67e218c03e8af 100644 --- a/test/v8-updates/test-postmortem-metadata.js +++ b/test/v8-updates/test-postmortem-metadata.js @@ -96,10 +96,10 @@ function getExpectedSymbols() { 'v8dbg_class_SharedFunctionInfo__function_data__Object', 'v8dbg_class_SharedFunctionInfo__flags__int', 'v8dbg_class_UncompiledData__end_position__int32_t', - 'v8dbg_class_SharedFunctionInfo__function_identifier_or_debug_info__Object', + 'v8dbg_class_UncompiledData__inferred_name__String', 'v8dbg_class_SharedFunctionInfo__internal_formal_parameter_count__uint16_t', 'v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object', - 'v8dbg_class_SharedFunctionInfo__script__Object', + 'v8dbg_class_SharedFunctionInfo__script_or_debug_info__Object', 'v8dbg_class_UncompiledData__start_position__int32_t', 'v8dbg_class_SlicedString__offset__SMI', 'v8dbg_class_SlicedString__parent__String',