aboutsummaryrefslogtreecommitdiff
path: root/test/message
diff options
context:
space:
mode:
authorFelix Geisendörfer <felix@debuggable.com>2011-01-24 23:15:10 +0100
committerRyan Dahl <ry@tinyclouds.org>2011-01-24 14:52:25 -0800
commit91cc2d8c4bff5c5fbacd757f38b9a8c690dce131 (patch)
tree3ba8de5a3eeb67a0afd165353727c3676c3587c0 /test/message
parentcc5e9130bbdf3c765b8a8357fcfb0c2f21109995 (diff)
downloadandroid-node-v8-91cc2d8c4bff5c5fbacd757f38b9a8c690dce131.tar.gz
android-node-v8-91cc2d8c4bff5c5fbacd757f38b9a8c690dce131.tar.bz2
android-node-v8-91cc2d8c4bff5c5fbacd757f38b9a8c690dce131.zip
Restructure src/node.js startup code
This patch introduces a logical structure and sequence for the bootstrap code found src/node.js.
Diffstat (limited to 'test/message')
-rw-r--r--test/message/undefined_reference_in_new_context.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/message/undefined_reference_in_new_context.out b/test/message/undefined_reference_in_new_context.out
index 0c6cdf52ff..72370471dc 100644
--- a/test/message/undefined_reference_in_new_context.out
+++ b/test/message/undefined_reference_in_new_context.out
@@ -1,8 +1,8 @@
before
node.js:*
- throw e; // process.nextTick error, or 'error' event on first tick
- ^
+ throw e; // process.nextTick error, or 'error' event on first tick
+ ^
ReferenceError: foo is not defined
at evalmachine.<anonymous>:*
at Object.<anonymous> (*test*message*undefined_reference_in_new_context.js:*)