Skip to content

Commit

Permalink
fix: clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
skanehira committed Jan 1, 2024
1 parent 13ec931 commit 78e6f0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ fn run_spec_test(testname: &str) {
println!("Compile Module {:?}", name);
compiler::compile_wasm(&module_binary).expect("compile failed");
}
// TODO: support assertion
_ => {}
_ => {
// TODO: support assertion
}
}
}
}
Expand Down

0 comments on commit 78e6f0a

Please sign in to comment.