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

Commit

Permalink
test: fix test/message/undefined_reference_in_new_context.js
Browse files Browse the repository at this point in the history
after 4d4900f, stack trace was changed.
  • Loading branch information
koichik committed Nov 1, 2011
1 parent 0619092 commit f5a01d1
Showing 1 changed file with 1 addition and 1 deletion.
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 Object..js (module.js:*)
at Module.load (module.js:*)
at Function._load (module.js:*)
at Array.<anonymous> (module.js:*)
at Array.0 (module.js:*)
at EventEmitter._tickCallback (node.js:*)

1 comment on commit f5a01d1

@koichik
Copy link
Author

@koichik koichik commented on f5a01d1 Nov 1, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

However, test/message/* often fails in my environment...

Please sign in to comment.