Commit dbc696d
test: remove unnecessary noop function args to mustCall()
PR-URL: #45027
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>1 parent 24e24bd commit dbc696dCopy full SHA for dbc696d
File tree
Expand file treeCollapse file tree
22 files changed
+32
-32
lines changedOpen diff view settings
Filter options
- test
- async-hooks
- parallel
- sequential
Expand file treeCollapse file tree
22 files changed
+32
-32
lines changedOpen diff view settings
Collapse file
test/async-hooks/test-late-hook-enable.js
Copy file name to clipboardExpand all lines: test/async-hooks/test-late-hook-enable.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
test/parallel/test-async-hooks-enable-before-promise-resolve.js
Copy file name to clipboardExpand all lines: test/parallel/test-async-hooks-enable-before-promise-resolve.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
| 15 | + |
16 | 16 | |
17 | 17 | |
18 | 18 | |
|
Collapse file
test/parallel/test-async-hooks-enable-disable.js
Copy file name to clipboardExpand all lines: test/parallel/test-async-hooks-enable-disable.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
|
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 |
|---|---|---|
| ||
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | | - |
| 48 | + |
49 | 49 | |
Collapse file
test/parallel/test-common.js
Copy file name to clipboardExpand all lines: test/parallel/test-common.js+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
73 | | - |
| 73 | + |
74 | 74 | |
75 | | - |
| 75 | + |
76 | 76 | |
77 | 77 | |
78 | | - |
| 78 | + |
79 | 79 | |
80 | | - |
| 80 | + |
81 | 81 | |
82 | 82 | |
83 | | - |
| 83 | + |
84 | 84 | |
85 | 85 | |
86 | | - |
| 86 | + |
87 | 87 | |
88 | 88 | |
89 | 89 | |
|
Collapse file
test/parallel/test-dgram-bind-fd.js
Copy file name to clipboardExpand all lines: test/parallel/test-dgram-bind-fd.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
95 | 95 | |
96 | 96 | |
97 | 97 | |
98 | | - |
| 98 | + |
99 | 99 | |
100 | 100 | |
101 | 101 | |
| ||
109 | 109 | |
110 | 110 | |
111 | 111 | |
112 | | - |
| 112 | + |
113 | 113 | |
114 | 114 | |
115 | 115 | |
|
Collapse file
test/parallel/test-dns-get-server.js
Copy file name to clipboardExpand all lines: test/parallel/test-dns-get-server.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
Collapse file
test/parallel/test-fs-stat.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-stat.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
151 | 151 | |
152 | 152 | |
153 | 153 | |
154 | | - |
| 154 | + |
155 | 155 | |
156 | 156 | |
157 | 157 | |
158 | | - |
| 158 | + |
159 | 159 | |
160 | 160 | |
161 | 161 | |
162 | | - |
| 162 | + |
Collapse file
test/parallel/test-fs-watch-close-when-destroyed.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-watch-close-when-destroyed.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | 42 | |
Collapse file
test/parallel/test-http2-respond-with-file-connection-abort.js
Copy file name to clipboardExpand all lines: test/parallel/test-http2-respond-with-file-connection-abort.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
29 | 29 | |
|
0 commit comments