mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
chore: upgrade to rust 1.79 (#24207)
This commit is contained in:
parent
e19ee6eecc
commit
0f48313565
27 changed files with 58 additions and 220 deletions
|
@ -350,7 +350,7 @@ impl TestRun {
|
|||
test::TestEvent::Wait(id) => {
|
||||
reporter.report_wait(tests.read().get(&id).unwrap());
|
||||
}
|
||||
test::TestEvent::Output(_, output) => {
|
||||
test::TestEvent::Output(output) => {
|
||||
reporter.report_output(&output);
|
||||
}
|
||||
test::TestEvent::Slow(id, elapsed) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue