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: #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>
  • Loading branch information
addaleax authored and richardlau committed Mar 18, 2019
1 parent 3b6344c commit ed60e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/pummel/test-heapdump-worker.js
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 ed60e86

Please sign in to comment.