Commit f0480d6
test: remove unnecessary noop function args to
RefsL #45027
PR-URL: #45047
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>mustCall()
1 parent 82e6043 commit f0480d6Copy full SHA for f0480d6
File tree
Expand file treeCollapse file tree
24 files changed
+32
-38
lines changedOpen diff view settings
Filter options
- test
- async-hooks
- known_issues
- parallel
Expand file treeCollapse file tree
24 files changed
+32
-38
lines changedOpen diff view settings
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
| 49 | + |
| 50 | + |
49 | 51 | |
50 | 52 | |
51 | 53 | |
|
Collapse file
test/async-hooks/test-http-agent-handle-reuse-parallel.js
Copy file name to clipboardExpand all lines: test/async-hooks/test-http-agent-handle-reuse-parallel.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
39 | 39 | |
40 | 40 | |
|
Collapse file
test/async-hooks/test-http-agent-handle-reuse-serial.js
Copy file name to clipboardExpand all lines: test/async-hooks/test-http-agent-handle-reuse-serial.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
| 50 | + |
51 | 51 | |
52 | 52 | |
53 | 53 | |
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
73 | | - |
| 73 | + |
74 | 74 | |
75 | 75 | |
76 | 76 | |
|
Collapse file
test/known_issues/test-http-path-contains-unicode.js
Copy file name to clipboardExpand all lines: test/known_issues/test-http-path-contains-unicode.js+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
18 | | - |
| 17 | + |
19 | 18 | |
20 | 19 | |
21 | 20 | |
|
Collapse file
test/parallel/test-async-hooks-http-agent-destroy.js
Copy file name to clipboardExpand all lines: test/parallel/test-async-hooks-http-agent-destroy.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
| 53 | + |
54 | 54 | |
55 | 55 | |
56 | 56 | |
| ||
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | | - |
| 69 | + |
70 | 70 | |
71 | 71 | |
72 | 72 | |
|
Collapse file
test/parallel/test-async-hooks-http-agent.js
Copy file name to clipboardExpand all lines: test/parallel/test-async-hooks-http-agent.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
| 43 | + |
44 | 44 | |
45 | 45 | |
46 | 46 | |
| ||
62 | 62 | |
63 | 63 | |
64 | 64 | |
65 | | - |
| 65 | + |
66 | 66 | |
67 | 67 | |
68 | 68 | |
|
Collapse file
test/parallel/test-cluster-fork-windowsHide.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-fork-windowsHide.js+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | | - |
| 23 | + |
25 | 24 | |
26 | 25 | |
27 | 26 | |
|
Collapse file
test/parallel/test-cluster-ipc-throw.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-ipc-throw.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
21 | 21 | |
22 | 22 | |
23 | 23 | |
|
Collapse file
test/parallel/test-cluster-worker-kill-signal.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-worker-kill-signal.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
|
Collapse file
test/parallel/test-cluster-worker-kill.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-worker-kill.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
41 | 41 | |
|
0 commit comments