tests: make all message tests pass on Windows

This commit is contained in:
Bert Belder 2012-06-13 03:02:53 +02:00
parent 5209dad907
commit 0dba4ad0f9
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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