Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wawel37 committed Sep 12, 2024
1 parent 8a55a05 commit 74d5183
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scarb/src/compiler/compilers/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ impl Compiler for TestCompiler {

diagnostics_reporter.ensure(db)?;

let mut diagnostics_reporter =
build_compiler_config(db, &unit, &test_crate_ids, ws).diagnostics_reporter;

diagnostics_reporter.ensure(db)?;

let test_compilation = {
let _ = trace_span!("compile_test").enter();
let config = TestsCompilationConfig {
Expand Down

0 comments on commit 74d5183

Please sign in to comment.