Browse Source

tests: make all message tests pass on Windows

v0.9.1-release
Bert Belder 13 years ago
parent
commit
0dba4ad0f9
  1. 2
      test/message/throw_in_line_with_tabs.out
  2. 2
      test/message/throw_non_error.out
  3. 2
      test/message/undefined_reference_in_new_context.out

2
test/message/throw_in_line_with_tabs.out

@ -1,6 +1,6 @@
before
*/test/message/throw_in_line_with_tabs.js:32
*test*message*throw_in_line_with_tabs.js:32
throw ({ foo: 'bar' });
^
[object Object]

2
test/message/throw_non_error.out

@ -1,6 +1,6 @@
before
*/test/message/throw_non_error.js:31
*test*message*throw_non_error.js:31
throw ({ foo: 'bar' });
^
[object Object]

2
test/message/undefined_reference_in_new_context.out

@ -10,5 +10,5 @@ ReferenceError: foo is not defined
at *..js (module.js:*)
at Module.load (module.js:*)
at *._load (module.js:*)
at Module.runMain (module.js:*)
at module.js:*
at *._tickCallback (node.js:*)

Loading…
Cancel
Save