Skip to content

Commit

Permalink
deps: revert default gtest reporter change
Browse files Browse the repository at this point in the history
PR-URL: #8948
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
mscdex authored and Myles Borins committed Nov 22, 2016
1 parent 7c73105 commit eb34f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/gtest/src/gtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4433,7 +4433,7 @@ UnitTestImpl::UnitTestImpl(UnitTest* parent)
#endif
// Will be overridden by the flag before first use.
catch_exceptions_(false) {
listeners()->SetDefaultResultPrinter(new TapUnitTestResultPrinter);
listeners()->SetDefaultResultPrinter(new PrettyUnitTestResultPrinter);
}

UnitTestImpl::~UnitTestImpl() {
Expand Down

0 comments on commit eb34f68

Please sign in to comment.