mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-04 23:50:47 +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