mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-24 11:24:08 +08:00
The definitions of overloads used for printing date types when assertions involving them fail must occur before the main Catch header inclusion, so move them to asserthelper.h which was already explicitly included before Catch and remove the redundant (because it was always included from testprec.h) inclusions of testdate.h from elsewhere. No real changes.