Fix undefined_reference_in_new_context test for own-context module loader.

pull/5370/head
Herbert Vojčík 2010-08-17 22:59:14 +02:00 committed by Ryan Dahl
parent 5bce8ed118
commit 28b21d15c3
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
before
*test/message/undefined_reference_in_new_context.js:10
script.runInNewContext();
^
*.js:*
*cript.runIn*Context(*);
*^
ReferenceError: foo is not defined
at evalmachine.<anonymous>:*
at Object.<anonymous> (*test/message/undefined_reference_in_new_context.js:*)
at *test/message/undefined_reference_in_new_context.js:*
at Module._compile (node.js:*)
at Module._loadScriptSync (node.js:*)
at Module.loadSync (node.js:*)