Commit 987df27
test: remove unused function arguments in async-hooks tests
Remove unused function arguments in two async-hooks tests.
PR-URL: #24368
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>1 parent c84b420 commit 987df27Copy full SHA for 987df27
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedOpen diff view settings
Filter options
- test/async-hooks
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedOpen diff view settings
Collapse file
test/async-hooks/test-getaddrinforeqwrap.js
Copy file name to clipboardExpand all lines: test/async-hooks/test-getaddrinforeqwrap.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
|
Collapse file
test/async-hooks/test-getnameinforeqwrap.js
Copy file name to clipboardExpand all lines: test/async-hooks/test-getnameinforeqwrap.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
|
0 commit comments