Skip to content

Commit

Permalink
validateResult no longer takes a stdout stream
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Nov 16, 2014
1 parent d8e9ea7 commit 0850b54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ var errorLogRe = /^test262\/error (.*)$/;
// errorName: name of error thrown (if any)
// errorMessage: message from error thrown (used for debugging purposes)
// errorStack: stack trace of error thrown (used for debugging purposes)
// stdout: output of the test (a string, if running in-proc, collect all
// logs and join with \n)
Runner.prototype.validateResult = function(test, result) {
var isNegative = test.attrs.flags.negative || test.attrs.negative;
// parse result from log
Expand Down

0 comments on commit 0850b54

Please sign in to comment.