From 0dad72fda32e3a4b385a08a945001d1ff5eee3ec Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sun, 17 Mar 2019 12:16:57 +0100 Subject: [PATCH] test: fix test-heapdump-worker This test was broken by d35af56e5f3b1334c4360dbf8a013d0c522fe5f8. Refs: https://github.com/nodejs/node/pull/21283 Fixes: https://github.com/nodejs/node/issues/26712 --- test/pummel/test-heapdump-worker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/pummel/test-heapdump-worker.js b/test/pummel/test-heapdump-worker.js index 2a3c93a7ad3e68..66c7252706f473 100644 --- a/test/pummel/test-heapdump-worker.js +++ b/test/pummel/test-heapdump-worker.js @@ -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' }