mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-05 12:12:59 +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:
@@ -56,6 +56,7 @@ using google_breakpad::StackwalkerAddressList;
|
||||
using std::vector;
|
||||
using testing::_;
|
||||
using testing::AnyNumber;
|
||||
using testing::DoAll;
|
||||
using testing::Return;
|
||||
using testing::SetArgumentPointee;
|
||||
|
||||
|
||||
@@ -65,6 +65,7 @@ using google_breakpad::test_assembler::Section;
|
||||
using std::vector;
|
||||
using testing::_;
|
||||
using testing::AnyNumber;
|
||||
using testing::DoAll;
|
||||
using testing::Return;
|
||||
using testing::SetArgumentPointee;
|
||||
using testing::Test;
|
||||
|
||||
@@ -64,6 +64,7 @@ using google_breakpad::test_assembler::Section;
|
||||
using std::vector;
|
||||
using testing::_;
|
||||
using testing::AnyNumber;
|
||||
using testing::DoAll;
|
||||
using testing::Return;
|
||||
using testing::SetArgumentPointee;
|
||||
using testing::Test;
|
||||
|
||||
Reference in New Issue
Block a user