Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
feat: new function to test exit on missed mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Dec 5, 2023
1 parent 5627f1c commit efbae73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stx-genesis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ fn fn_option_remove() -> Option<u8> {
Some(2)
}

fn fn_option_remove_clone() -> Option<u8> {
Some(3)
}

fn fn_int_remove() -> u32 {
// comment in order to run mutants on this fn
12
Expand Down

0 comments on commit efbae73

Please sign in to comment.