Skip to content

Commit

Permalink
Fix name of BoolInvertMutator
Browse files Browse the repository at this point in the history
  • Loading branch information
riesentoaster committed Feb 3, 2025
1 parent 4d25755 commit 569f5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl/src/mutators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,6 @@ impl<S> Mutator<bool, S> for BoolInvertMutator {

impl Named for BoolInvertMutator {
fn name(&self) -> &Cow<'static, str> {
&Cow::Borrowed("BoolMutator")
&Cow::Borrowed("BoolInvertMutator")
}
}

0 comments on commit 569f5d7

Please sign in to comment.