aboutsummaryrefslogtreecommitdiff
path: root/test/pummel/test-heapdump-worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pummel/test-heapdump-worker.js')
-rw-r--r--test/pummel/test-heapdump-worker.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pummel/test-heapdump-worker.js b/test/pummel/test-heapdump-worker.js
index 2a3c93a7ad..66c7252706 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' }