Skip to content

Commit

Permalink
Update fuzz/fuzz_targets/differential.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Elliott <[email protected]>
  • Loading branch information
alexcrichton and elliottt authored Oct 11, 2024
1 parent 215bfc0 commit 8126f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz_targets/differential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn execute_one(data: &[u8]) -> Result<()> {
let lhs = match *u.choose(&allowed_engines)? {
Some(engine) => engine,
None => {
log::debug!("test case uses a runtime-disabled engien");
log::debug!("test case uses a runtime-disabled engine");
return Ok(());
}
};
Expand Down

0 comments on commit 8126f63

Please sign in to comment.