summaryrefslogtreecommitdiff
path: root/test/message/error_exit.out
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2016-06-12 13:14:34 +0200
committercjihrig <cjihrig@gmail.com>2016-06-17 14:14:27 -0400
commit81b6882e519fcfbb07c85815dccdcc663204e6e6 (patch)
tree50e31476b2e77d6a7c7844a9cec635c66848e142 /test/message/error_exit.out
parent44b9154495ede7090e90707898449feb11c5100f (diff)
downloadandroid-node-v8-81b6882e519fcfbb07c85815dccdcc663204e6e6.tar.gz
android-node-v8-81b6882e519fcfbb07c85815dccdcc663204e6e6.tar.bz2
android-node-v8-81b6882e519fcfbb07c85815dccdcc663204e6e6.zip
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: https://github.com/nodejs/node/pull/7277 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
Diffstat (limited to 'test/message/error_exit.out')
-rw-r--r--test/message/error_exit.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/message/error_exit.out b/test/message/error_exit.out
index bae71be779..e25af05861 100644
--- a/test/message/error_exit.out
+++ b/test/message/error_exit.out
@@ -11,6 +11,6 @@ AssertionError: 1 == 2
at tryModuleLoad (module.js:*:*)
at Function.Module._load (module.js:*:*)
at Module.runMain (module.js:*:*)
- at run (node.js:*:*)
- at startup (node.js:*:*)
- at node.js:*:*
+ at run (bootstrap_node.js:*:*)
+ at startup (bootstrap_node.js:*:*)
+ at bootstrap_node.js:*:*