diff options
author | koichik <koichik@improvement.jp> | 2011-11-01 19:30:19 +0900 |
---|---|---|
committer | koichik <koichik@improvement.jp> | 2011-11-01 19:30:19 +0900 |
commit | f5a01d17643a7c66876a84d53b33b8c3e6c75752 (patch) | |
tree | cc940ff0dee3b3db45d90b0e9f9b05fd3800a8c9 | |
parent | 06190928c0c0cf9eb6419412293ef29040b1cb50 (diff) | |
download | nodejs-f5a01d17643a7c66876a84d53b33b8c3e6c75752.tar.gz nodejs-f5a01d17643a7c66876a84d53b33b8c3e6c75752.tar.bz2 nodejs-f5a01d17643a7c66876a84d53b33b8c3e6c75752.zip |
test: fix test/message/undefined_reference_in_new_context.js
after 4d4900f, stack trace was changed.
-rw-r--r-- | test/message/undefined_reference_in_new_context.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message/undefined_reference_in_new_context.out b/test/message/undefined_reference_in_new_context.out index b9ccb1033..d0e6e2f69 100644 --- a/test/message/undefined_reference_in_new_context.out +++ b/test/message/undefined_reference_in_new_context.out @@ -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:*) |