mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
This commit is contained in:
parent
cc0a372127
commit
7281775381
9 changed files with 204 additions and 239 deletions
|
@ -363,9 +363,7 @@ impl TestRun {
|
|||
test::TestResult::Ignored => summary.ignored += 1,
|
||||
test::TestResult::Failed(error) => {
|
||||
summary.failed += 1;
|
||||
summary
|
||||
.failures
|
||||
.push(((&description).into(), error.clone()));
|
||||
summary.failures.push((description.clone(), error.clone()));
|
||||
}
|
||||
test::TestResult::Cancelled => {
|
||||
summary.failed += 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue