Commit 1b32fc3
n-api: fix object test
Passing a pointer to a static integer is sufficient for the test.
PR-URL: #19039
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>1 parent 08b83ee commit 1b32fc3Copy full SHA for 1b32fc3
File tree
Expand file treeCollapse file tree
1 file changed
+1
-4
lines changedOpen diff view settings
Filter options
- test/addons-napi/test_object
Expand file treeCollapse file tree
1 file changed
+1
-4
lines changedOpen diff view settings
Collapse file
test/addons-napi/test_object/test_object.c
Copy file name to clipboardExpand all lines: test/addons-napi/test_object/test_object.c+1-4Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
5 | 4 | |
6 | 5 | |
7 | 6 | |
| ||
199 | 198 | |
200 | 199 | |
201 | 200 | |
202 | | - |
203 | | - |
204 | | - |
| 201 | + |
205 | 202 | |
206 | 203 | |
207 | 204 | |
|
0 commit comments