Skip to content

Commit

Permalink
Merge pull request #961 from powdr-labs/fix_unused_import
Browse files Browse the repository at this point in the history
Fix unused import warning on default feature.
  • Loading branch information
Leo authored Jan 25, 2024
2 parents 9ae1b01 + 0251200 commit 72429f4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions riscv/tests/riscv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ use common::verify_riscv_asm_string;
use mktemp::Temp;
use powdr_backend::BackendType;
use powdr_number::GoldilocksField;
use powdr_pipeline::{
test_util::{verify_asm_string, verify_pipeline},
verify::verify,
Pipeline, Stage,
};
use powdr_pipeline::{test_util::verify_asm_string, verify::verify, Pipeline, Stage};
use std::path::PathBuf;
use test_log::test;

Expand Down Expand Up @@ -177,7 +173,7 @@ fn test_evm() {
.from_asm_string(powdr_asm, None)
.add_data(666, &bytes);

verify_pipeline(pipeline);
powdr_pipeline::test_util::verify_pipeline(pipeline);
}

#[test]
Expand Down

0 comments on commit 72429f4

Please sign in to comment.