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 de2c68c.

Refs: #31386

PR-URL: #31494
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
addaleax authored and codebytere committed Feb 17, 2020
1 parent 5e1bee8 commit f2dc694
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: 'on_thread_finished_' },
{ node_name: 'Node / MessagePort', edge_name: 'parent_port' },
{ node_name: 'Worker', edge_name: 'wrapped' }
]
Expand Down

0 comments on commit f2dc694

Please sign in to comment.