From: Ryan Dahl Date: Sun, 20 Jun 2010 05:31:15 +0000 (-0700) Subject: Comment out lines with full paths in message test. X-Git-Tag: v0.1.99~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b93faf9afa6fcd88fcb8030f86cc15551b8e4d3c;p=platform%2Fupstream%2Fnodejs.git Comment out lines with full paths in message test. Note that * in the .out files is a special wildcard. --- diff --git a/test/message/undefined_reference_in_new_context.out b/test/message/undefined_reference_in_new_context.out index f5fba24..fffe056 100644 --- a/test/message/undefined_reference_in_new_context.out +++ b/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.:1:1 - at Object. (/Users/ryan/projects/node/test/message/undefined_reference_in_new_context.js:9:8) + at Object. (*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)