Commit 6dc0dae
src: rename "node" script to "bootstrap_node"
This commit updates the node.js script name to reflect its
actual name, which is now bootstrap_node.js. This commit also
fixes the requisite message tests, and relocates a comment
which seems to have drifted.
PR-URL: #7277
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>1 parent 1a0ed26 commit 6dc0daeCopy full SHA for 6dc0dae
File tree
Expand file treeCollapse file tree
10 files changed
+28
-28
lines changedOpen diff view settings
Filter options
- src
- test/message
Expand file treeCollapse file tree
10 files changed
+28
-28
lines changedOpen diff view settings
Collapse file
+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3322 | 3322 | |
3323 | 3323 | |
3324 | 3324 | |
3325 | | - |
3326 | | - |
3327 | | - |
3328 | | - |
3329 | 3325 | |
3330 | 3326 | |
3331 | 3327 | |
| ||
3336 | 3332 | |
3337 | 3333 | |
3338 | 3334 | |
3339 | | - |
| 3335 | + |
| 3336 | + |
| 3337 | + |
| 3338 | + |
| 3339 | + |
3340 | 3340 | |
3341 | 3341 | |
3342 | 3342 | |
|
Collapse file
test/message/core_line_numbers.out
Copy file name to clipboardExpand all lines: test/message/core_line_numbers.out+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 | + |
Collapse file
test/message/error_exit.out
Copy file name to clipboardExpand all lines: test/message/error_exit.out+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | | - |
16 | | - |
| 14 | + |
| 15 | + |
| 16 | + |
Collapse file
test/message/eval_messages.out
Copy file name to clipboardExpand all lines: test/message/eval_messages.out+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
| 22 | + |
23 | 23 | |
24 | 24 | |
25 | 25 | |
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
34 | 34 | |
35 | 35 | |
36 | 36 | |
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
| 45 | + |
46 | 46 | |
47 | 47 | |
48 | 48 | |
|
Collapse file
test/message/nexttick_throw.out
Copy file name to clipboardExpand all lines: test/message/nexttick_throw.out+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
12 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
Collapse file
test/message/stdin_messages.out
Copy file name to clipboardExpand all lines: test/message/stdin_messages.out+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
50 | 50 | |
51 | 51 | |
52 | 52 | |
|
Collapse file
test/message/vm_display_runtime_error.out
Copy file name to clipboardExpand all lines: test/message/vm_display_runtime_error.out+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 | + |
Collapse file
test/message/vm_display_syntax_error.out
Copy file name to clipboardExpand all lines: test/message/vm_display_syntax_error.out+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
| 15 | + |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
30 | | - |
| 29 | + |
| 30 | + |
Collapse file
test/message/vm_dont_display_runtime_error.out
Copy file name to clipboardExpand all lines: test/message/vm_dont_display_runtime_error.out+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 | + |
Collapse file
test/message/vm_dont_display_syntax_error.out
Copy file name to clipboardExpand all lines: test/message/vm_dont_display_syntax_error.out+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
| 15 | + |
| 16 | + |
0 commit comments