mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
tests: stop using legacy gtest APIs
These are being removed from gtest, so stop using them. Bug: chromium:1474588 Change-Id: I0d42da9f14dad5c5dc17d980146cb289d444dbda Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/4803329 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
a736f7d070
commit
52c427a2e4
@ -191,7 +191,7 @@ std::unique_ptr<WinChildProcess::Handles> WinChildProcess::Launch() {
|
||||
TestPaths::Executable().value() +
|
||||
base::UTF8ToWide(base::StringPrintf(
|
||||
" --gtest_filter=%s.%s %s=0x%x|0x%x --gtest_also_run_disabled_tests",
|
||||
test_info->test_case_name(),
|
||||
test_info->test_suite_name(),
|
||||
test_info->name(),
|
||||
kIsMultiprocessChild,
|
||||
HandleToInt(write_for_child.get()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user