Commit 8e91f3e
test: fix test_worker_terminate_finalization
The test was missing an initialization of the global `ref` variable
because there was also an unused local one, leading to failures
like the one seen in #34625.
PR-URL: #34726
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>1 parent 230bcaf commit 8e91f3eCopy full SHA for 8e91f3e
File tree
Expand file treeCollapse file tree
1 file changed
+0
-1
lines changedOpen diff view settings
Filter options
- test/node-api/test_worker_terminate_finalization
Expand file treeCollapse file tree
1 file changed
+0
-1
lines changedOpen diff view settings
Collapse file
test/node-api/test_worker_terminate_finalization/test_worker_terminate_finalization.c
Copy file name to clipboardExpand all lines: test/node-api/test_worker_terminate_finalization/test_worker_terminate_finalization.c-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
26 | 25 | |
27 | 26 | |
28 | 27 | |
|
0 commit comments