Skip to content

Commit

Permalink
tests: actually load signals
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Aug 22, 2024
1 parent 630eba3 commit a7b1280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wellen/tests/fst.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,6 @@ fn test_nvc_vhdl_test_bool_issue_16() {
#[test]
fn test_nvc_overlay_tb_issue_21() {
// This used to crash because one of the variables used an index that does not fit into 32 bits.
let _ = read("inputs/nvc/overlay_tb_issue_21.fst").unwrap();
let mut waves = read("inputs/nvc/overlay_tb_issue_21.fst").unwrap();
load_all_signals(&mut waves);
}

0 comments on commit a7b1280

Please sign in to comment.