SUMMARY Qt 6.4 added macros such as QCOMPARE_GE(computed, baseline) to replace the use of QVERIFY(computed >= baseline). These macros will output the actual value of computed and baseline, which makes it easier to debug if a test fails. I think it would be useful to have a check + fixit to replace instances of QVERIFY with their QCOMPARE_* counterpart.