Skip to content

Commit

Permalink
[testharness.js] remove superfluous test.done() call (#19192)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Sep 20, 2019
1 parent dd5904d commit 5ec2527
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/testharness.js
Expand Up @@ -3384,9 +3384,6 @@ policies and contribution forms [3].
}
test.set_status(test.FAIL, e.message, stack);
test.phase = test.phases.HAS_RESULT;
// The following function invocation is superfluous.
// TODO: Remove.
test.done();
} else if (!tests.allow_uncaught_exception) {
tests.status.status = tests.status.ERROR;
tests.status.message = e.message;
Expand Down

0 comments on commit 5ec2527

Please sign in to comment.