From d649900f9de3d22736c01cc6857c0222600d421f Mon Sep 17 00:00:00 2001 From: Alfredo Correa Date: Mon, 23 Dec 2024 00:27:42 -0800 Subject: [PATCH] more mull --- mull.yml | 2 +- test/redux.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mull.yml b/mull.yml index 35d985d82..2745a01cf 100644 --- a/mull.yml +++ b/mull.yml @@ -7,7 +7,7 @@ mutators: - cxx_bitwise_not_to_noop # Replaces ~x with x - cxx_div_assign_to_mul_assign # Replaces /= with *= - cxx_div_to_mul # Replaces / with * - - cxx_eq_to_ne # Replaces == with != +#- cxx_eq_to_ne # Replaces == with != - cxx_ge_to_gt # Replaces >= with > - cxx_ge_to_lt # Replaces >= with < - cxx_gt_to_ge # Replaces > with >= diff --git a/test/redux.cpp b/test/redux.cpp index 8a6460c04..3ef6f9f5d 100644 --- a/test/redux.cpp +++ b/test/redux.cpp @@ -7,9 +7,10 @@ #pragma GCC diagnostic ignored "-Wdouble-promotion" #endif -#include // IWYU pragma: keep #include // for array, implicit_cast, explicit_cast +#include // IWYU pragma: keep + #include #include // IWYU pragma: keep