Commit b89480e0 authored by Andy Soffer's avatar Andy Soffer
Browse files

Merge pull request #3457 from alexkaratarakis:wcovered_switch_default

PiperOrigin-RevId: 382188112
parents 22e6055c 10088504
...@@ -236,8 +236,6 @@ inline Matcher<const ::std::string&> MakeDeathTestMatcher( ...@@ -236,8 +236,6 @@ inline Matcher<const ::std::string&> MakeDeathTestMatcher(
gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \ gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
break; \ break; \
} \ } \
default: \
break; \
} \ } \
} \ } \
} else \ } else \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment