summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-05-29 15:32:20 -0700
committerisaacs <i@izs.me>2012-06-01 22:31:05 -0700
commite0f5d8e86d630be8e0fd3386273472d829b44608 (patch)
tree3f2dedc335f3068f0e54d7d4d28a1bdd35cf68a0
parenteabf3c8d0f42ee59b15fc150d2a0f2f058f094d6 (diff)
downloadnode-e0f5d8e86d630be8e0fd3386273472d829b44608.tar.gz
test: v8 stack trace messages changed slightly
-rw-r--r--test/message/undefined_reference_in_new_context.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/message/undefined_reference_in_new_context.out b/test/message/undefined_reference_in_new_context.out
index fc8c13eb5..f4e9b5c29 100644
--- a/test/message/undefined_reference_in_new_context.out
+++ b/test/message/undefined_reference_in_new_context.out
@@ -7,8 +7,8 @@ ReferenceError: foo is not defined
at evalmachine.<anonymous>:*
at Object.<anonymous> (*test*message*undefined_reference_in_new_context.js:*)
at Module._compile (module.js:*)
- at Object..js (module.js:*)
+ at *..js (module.js:*)
at Module.load (module.js:*)
- at Function._load (module.js:*)
- at module.js:*
- at EventEmitter._tickCallback (node.js:*)
+ at *._load (module.js:*)
+ at Module.runMain (module.js:*)
+ at *._tickCallback (node.js:*)