mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-05 08:00:56 +02:00
9ec44dd62b
This allows it to deal with badly behaved code, where 3rd party dependencies write into stdout during global construction. Closes #3162 Closes #3166