Skip to content

Commit

Permalink
add slow ir rep
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Dec 23, 2024
1 parent bb9ddb7 commit 7218fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ mutators:
#- cxx_lt_to_le # Replaces < with <= # TODO(correaa) investigates why this mutant survices with the range.contains function
- cxx_mul_to_div # Replaces / with *
timeout: 1000 # in milliseconds
slowIRVerification: true
quiet: true # additional logging?
excludePaths:
- .*test.*

0 comments on commit 7218fc0

Please sign in to comment.