mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-25 08:02:58 +00:00
update to newer googletest
This matches the version used in Chromium. Change-Id: I1b697c7f79a4e628cecf96f6abc3e5dacac0888a Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2605357 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
@@ -248,9 +248,9 @@ TEST_P(ELFSymbolsToModuleTest32, SkipStuff) {
|
||||
}
|
||||
|
||||
// Run all the 32-bit tests with both endianness
|
||||
INSTANTIATE_TEST_CASE_P(Endian,
|
||||
ELFSymbolsToModuleTest32,
|
||||
::testing::Values(kLittleEndian, kBigEndian));
|
||||
INSTANTIATE_TEST_SUITE_P(Endian,
|
||||
ELFSymbolsToModuleTest32,
|
||||
::testing::Values(kLittleEndian, kBigEndian));
|
||||
|
||||
// Similar tests, but with 64-bit values. Ostensibly this could be
|
||||
// shoehorned into the parameterization by using ::testing::Combine,
|
||||
@@ -365,6 +365,6 @@ TEST_P(ELFSymbolsToModuleTest64, SkipStuff) {
|
||||
}
|
||||
|
||||
// Run all the 64-bit tests with both endianness
|
||||
INSTANTIATE_TEST_CASE_P(Endian,
|
||||
ELFSymbolsToModuleTest64,
|
||||
::testing::Values(kLittleEndian, kBigEndian));
|
||||
INSTANTIATE_TEST_SUITE_P(Endian,
|
||||
ELFSymbolsToModuleTest64,
|
||||
::testing::Values(kLittleEndian, kBigEndian));
|
||||
|
||||
Reference in New Issue
Block a user