From f5a01d17643a7c66876a84d53b33b8c3e6c75752 Mon Sep 17 00:00:00 2001 From: koichik Date: Tue, 1 Nov 2011 19:30:19 +0900 Subject: [PATCH] test: fix test/message/undefined_reference_in_new_context.js after 4d4900f, stack trace was changed. --- test/message/undefined_reference_in_new_context.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/message/undefined_reference_in_new_context.out b/test/message/undefined_reference_in_new_context.out index b9ccb10336..d0e6e2f692 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. (module.js:*) + at Array.0 (module.js:*) at EventEmitter._tickCallback (node.js:*)