From d5ff98e2d010672ee00b0845d5af0f81246c069b Mon Sep 17 00:00:00 2001 From: Alfredo Correa Date: Mon, 23 Dec 2024 15:18:06 -0800 Subject: [PATCH] remove mutator --- mull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mull.yml b/mull.yml index 55d74d080..b7fd9ca47 100644 --- a/mull.yml +++ b/mull.yml @@ -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 >=