Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
tests: make all message tests pass on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jun 13, 2012
1 parent 5209dad commit 0dba4ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 changes: 1 addition & 1 deletion 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 changes: 1 addition & 1 deletion test/message/undefined_reference_in_new_context.out
Expand Up @@ -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:*)

0 comments on commit 0dba4ad

Please sign in to comment.