node/test/message
koichik 4662ace916 Fix message tests
V8 3.4.12.1 changed exception log format.

3.14.10:
node.js:189
        throw e; // process.nextTick error, or 'error' event on first tick
        ^

3.4.12.1:
node.js:189
        throw e; // process.nextTick error, or 'error' event on first tick
              ^

The caret was moved.
2011-07-16 14:12:00 +09:00
..
2100bytes.js
2100bytes.out
hello_world.js
hello_world.out
stack_overflow.js
stack_overflow.out
testcfg.py
throw_custom_error.js
throw_custom_error.out
throw_non_error.js
throw_non_error.out
undefined_reference_in_new_context.js
undefined_reference_in_new_context.out