Browse Source

Fix undefined_reference_in_new_context test for own-context module loader.

v0.7.4-release
Herbert Vojčík 15 years ago
committed by Ryan Dahl
parent
commit
28b21d15c3
  1. 8
      test/message/undefined_reference_in_new_context.out

8
test/message/undefined_reference_in_new_context.out

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

Loading…
Cancel
Save