We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c73105 commit eb34f68Copy full SHA for eb34f68
deps/gtest/src/gtest.cc
@@ -4433,7 +4433,7 @@ UnitTestImpl::UnitTestImpl(UnitTest* parent)
4433
#endif
4434
// Will be overridden by the flag before first use.
4435
catch_exceptions_(false) {
4436
- listeners()->SetDefaultResultPrinter(new TapUnitTestResultPrinter);
+ listeners()->SetDefaultResultPrinter(new PrettyUnitTestResultPrinter);
4437
}
4438
4439
UnitTestImpl::~UnitTestImpl() {
0 commit comments