Page MenuHomePhabricator

qt: fix broken unit tests on MacOS
ClosedPublic

Authored by PiRK on Jun 5 2025, 07:20.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC13439b515b96: qt: fix broken unit tests on MacOS
Summary

I broke unit tests for Mac OS in D18200 with a typo. Fix it here.

Also include missing header needed for the qWarning() << syntax. It does not seem to be required, but it doesn't hurt to include it (it is included in every other cpp file that uses qWarning() << ...

Test Plan

ninja all check-all

build-native-osx job on CI

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable