Skip to content

Commit

Permalink
Fix undefined_reference_in_new_context test for own-context module lo…
Browse files Browse the repository at this point in the history
…ader.
  • Loading branch information
Herbert Vojčík authored and ry committed Aug 18, 2010
1 parent 5bce8ed commit 28b21d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/message/undefined_reference_in_new_context.out
@@ -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:*)
Expand Down

0 comments on commit 28b21d1

Please sign in to comment.