Browse Source

Comment out lines with full paths in message test.

Note that * in the .out files is a special wildcard.
v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
b93faf9afa
  1. 4
      test/message/undefined_reference_in_new_context.out

4
test/message/undefined_reference_in_new_context.out

@ -1,12 +1,12 @@
before
/Users/ryan/projects/node/test/message/undefined_reference_in_new_context.js:9
*test/message/undefined_reference_in_new_context.js:9
script.runInNewContext();
^
ReferenceError: foo is not defined
at evalmachine.<anonymous>:1:1
at Object.<anonymous> (/Users/ryan/projects/node/test/message/undefined_reference_in_new_context.js:9:8)
at Object.<anonymous> (*test/message/undefined_reference_in_new_context.js:9:8)
at Module._compile (module:384:23)
at Module._loadScriptSync (module:393:8)
at Module.loadSync (module:296:10)

Loading…
Cancel
Save