mirror of
https://github.com/google/googletest.git
synced 2025-12-10 09:18:34 +08:00
Lots of changes:
* changes the XML report format to match JUnit/Ant's. * improves file path handling. * allows the user to disable RTTI using the GTEST_HAS_RTTI macro. * makes the code compile with -Wswitch-enum.
This commit is contained in:
@@ -416,6 +416,7 @@ bool ForkingDeathTest::Passed(bool status_ok) {
|
||||
<< " " << ExitSummary(status_) << "\n";
|
||||
}
|
||||
break;
|
||||
case IN_PROGRESS:
|
||||
default:
|
||||
GTEST_LOG(FATAL,
|
||||
"DeathTest::Passed somehow called before conclusion of test");
|
||||
|
||||
Reference in New Issue
Block a user