mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-22 14:25:55 -04: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