From f2dc3f9a94444b1a5a40570be09c7f64903d27cb Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 13 May 2024 18:55:14 -0400 Subject: chore(task): various small refactorings (#23793) --- tests/specs/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/specs') diff --git a/tests/specs/mod.rs b/tests/specs/mod.rs index f367f5c77..a153322db 100644 --- a/tests/specs/mod.rs +++ b/tests/specs/mod.rs @@ -6,7 +6,6 @@ use std::collections::HashMap; use std::collections::HashSet; use std::panic::AssertUnwindSafe; use std::rc::Rc; -use std::sync::Arc; use deno_core::anyhow::Context; use deno_core::serde_json; @@ -174,7 +173,7 @@ pub fn main() { file_test_runner::run_tests( &root_category, file_test_runner::RunOptions { parallel: true }, - Arc::new(run_test), + run_test, ); } -- cgit v1.2.3