Skip to content

Commit b89480e

Browse files
author
Andy Soffer
committed
Merge pull request #3457 from alexkaratarakis:wcovered_switch_default
PiperOrigin-RevId: 382188112
2 parents 22e6055 + 1008850 commit b89480e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

googletest/include/gtest/internal/gtest-death-test-internal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ inline Matcher<const ::std::string&> MakeDeathTestMatcher(
236236
gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
237237
break; \
238238
} \
239-
default: \
240-
break; \
241239
} \
242240
} \
243241
} else \

0 commit comments

Comments
 (0)