Skip to content

Commit 39b4a1c

Browse files
mscdexMyles Borins
authored and
Myles Borins
committed
deps: revert default gtest reporter change
PR-URL: #8948 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 2230c26 commit 39b4a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/gtest/src/gtest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4435,7 +4435,7 @@ UnitTestImpl::UnitTestImpl(UnitTest* parent)
44354435
#endif
44364436
// Will be overridden by the flag before first use.
44374437
catch_exceptions_(false) {
4438-
listeners()->SetDefaultResultPrinter(new TapUnitTestResultPrinter);
4438+
listeners()->SetDefaultResultPrinter(new PrettyUnitTestResultPrinter);
44394439
}
44404440

44414441
UnitTestImpl::~UnitTestImpl() {

0 commit comments

Comments
 (0)