Merge pull request #3457 from alexkaratarakis:wcovered_switch_default

PiperOrigin-RevId: 382188112
This commit is contained in:
Andy Soffer 2021-06-30 13:33:38 -04:00
commit b89480e02c

View File

@ -236,8 +236,6 @@ inline Matcher<const ::std::string&> MakeDeathTestMatcher(
gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
break; \
} \
default: \
break; \
} \
} \
} else \