Skip to content

Commit

Permalink
do not test FST for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Nov 9, 2023
1 parent 66f2c5b commit ff8d013
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/diff_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ fn run_diff_test(vcd_filename: &str, fst_filename: &str) {
diff_test_one(vcd_filename, wave);
}
{
let wave = waveform::fst::read(fst_filename);
diff_test_one(vcd_filename, wave);
println!("TODO: test FST")
// let wave = waveform::fst::read(fst_filename);
// diff_test_one(vcd_filename, wave);
}
}

Expand Down

0 comments on commit ff8d013

Please sign in to comment.