restore gtest updates

The recent dwarf5 work in here incorrectly reverted the gtest macros.

Change-Id: I8eca7c1c85e26f5ad6ff461e4ef26d2859c08625
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2691092
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
Mike Frysinger 2021-02-11 14:38:32 -05:00
parent f2b3ab5e0a
commit fe5025b7f1

View file

@ -250,7 +250,7 @@ TEST_P(DwarfHeader, TypeUnitHeader) {
EXPECT_EQ(parser.Start(), info_contents.size()); EXPECT_EQ(parser.Start(), info_contents.size());
} }
INSTANTIATE_TEST_CASE_P( INSTANTIATE_TEST_SUITE_P(
HeaderVariants, DwarfHeader, HeaderVariants, DwarfHeader,
::testing::Values(DwarfHeaderParams(kLittleEndian, 4, 2, 4, 1), ::testing::Values(DwarfHeaderParams(kLittleEndian, 4, 2, 4, 1),
DwarfHeaderParams(kLittleEndian, 4, 2, 8, 1), DwarfHeaderParams(kLittleEndian, 4, 2, 8, 1),
@ -626,7 +626,7 @@ TEST_P(DwarfForms, implicit_const) {
// Tests for the other attribute forms could go here. // Tests for the other attribute forms could go here.
INSTANTIATE_TEST_CASE_P( INSTANTIATE_TEST_SUITE_P(
HeaderVariants, DwarfForms, HeaderVariants, DwarfForms,
::testing::Values(DwarfHeaderParams(kLittleEndian, 4, 2, 4, 1), ::testing::Values(DwarfHeaderParams(kLittleEndian, 4, 2, 4, 1),
DwarfHeaderParams(kLittleEndian, 4, 2, 8, 1), DwarfHeaderParams(kLittleEndian, 4, 2, 8, 1),