Skip to content

Commit

Permalink
remove mutator
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Dec 23, 2024
1 parent d2e2068 commit d5ff98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mutators:
- cxx_le_to_gt # Replaces <= with >
- cxx_le_to_lt # Replaces <= with <
- cxx_logical_and_to_or # Replaces && with ||
- cxx_logical_or_to_and # Replaces || with &&
#- cxx_logical_or_to_and # Replaces || with && # The module was corrupted by 'cxx_logical_or_to_and' mutator.
- cxx_lshift_assign_to_rshift_assign # Replaces <<= with >>=
- cxx_lshift_to_rshift # Replaces << with >>
- cxx_lt_to_ge # Replaces < with >=
Expand Down

0 comments on commit d5ff98e

Please sign in to comment.