Skip to content

Commit c65ff3d

Browse files
addaleaxtargos
authored andcommitted
test: fix test-heapdump-worker
This test was broken by d35af56. Refs: #21283 Fixes: #26712 PR-URL: #26713 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 1f0a283 commit c65ff3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/pummel/test-heapdump-worker.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const worker = new Worker('setInterval(() => {}, 100);', { eval: true });
99
validateSnapshotNodes('Node / Worker', [
1010
{
1111
children: [
12-
{ node_name: 'Node / AsyncRequest', edge_name: 'thread_stopper_' },
1312
{ node_name: 'Node / AsyncRequest', edge_name: 'on_thread_finished_' },
1413
{ node_name: 'Node / MessagePort', edge_name: 'parent_port' },
1514
{ node_name: 'Worker', edge_name: 'wrapped' }

0 commit comments

Comments
 (0)