Skip to content

Commit

Permalink
test: fix test-heapdump-worker
Browse files Browse the repository at this point in the history
This test was broken by d35af56.

Refs: nodejs#21283
Fixes: nodejs#26712
  • Loading branch information
addaleax committed Mar 17, 2019
1 parent 269103a commit 0dad72f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/pummel/test-heapdump-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const worker = new Worker('setInterval(() => {}, 100);', { eval: true });
validateSnapshotNodes('Node / Worker', [
{
children: [
{ node_name: 'Node / AsyncRequest', edge_name: 'thread_stopper_' },
{ node_name: 'Node / AsyncRequest', edge_name: 'on_thread_finished_' },
{ node_name: 'Node / MessagePort', edge_name: 'parent_port' },
{ node_name: 'Worker', edge_name: 'wrapped' }
Expand Down

0 comments on commit 0dad72f

Please sign in to comment.