mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 22:33:39 +00:00
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:
parent
f2b3ab5e0a
commit
fe5025b7f1
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue