Commit 2f920ce
test: fix assert.strictEqual argument order
PR-URL: #23457
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent 58a5b76 commit 2f920ceCopy full SHA for 2f920ce
File tree
Expand file treeCollapse file tree
1 file changed
+6
-6
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+6
-6
lines changedOpen diff view settings
Collapse file
test/parallel/test-vm-new-script-new-context.js
Copy file name to clipboardExpand all lines: test/parallel/test-vm-new-script-new-context.js+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
34 | | - |
| 33 | + |
| 34 | + |
35 | 35 | |
36 | 36 | |
37 | 37 | |
| ||
52 | 52 | |
53 | 53 | |
54 | 54 | |
55 | | - |
| 55 | + |
56 | 56 | |
57 | 57 | |
58 | 58 | |
| ||
68 | 68 | |
69 | 69 | |
70 | 70 | |
71 | | - |
72 | | - |
73 | | - |
| 71 | + |
| 72 | + |
| 73 | + |
74 | 74 | |
75 | 75 | |
76 | 76 | |
|
0 commit comments