diff --git a/src/report/compiler.rs b/src/report/compiler.rs index 2a15e9db..7169f30f 100644 --- a/src/report/compiler.rs +++ b/src/report/compiler.rs @@ -212,8 +212,6 @@ mod tests { std::env::remove_var("foundry_compilers_LOG"); } - - #[test] fn check_no_write_when_no_target() { let reporter = SolcCompilerIoReporter::default();