mirror of https://github.com/nodejs/node.git
Fix undefined_reference_in_new_context test for own-context module loader.
parent
5bce8ed118
commit
28b21d15c3
|
@ -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:*)
|
||||
|
|
Loading…
Reference in New Issue