Browse Source

Fix indention in 'make test-message'

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
d3532a4bf2
  1. 4
      test/message/undefined_reference_in_new_context.out

4
test/message/undefined_reference_in_new_context.out

@ -1,8 +1,8 @@
before before
node.js:* 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 ReferenceError: foo is not defined
at evalmachine.<anonymous>:* at evalmachine.<anonymous>:*
at *test/message/undefined_reference_in_new_context.js:* at *test/message/undefined_reference_in_new_context.js:*

Loading…
Cancel
Save