| Index: snapshot/win/process_reader_win_test.cc
|
| diff --git a/snapshot/win/process_reader_win_test.cc b/snapshot/win/process_reader_win_test.cc
|
| index d4890b8a0f33369c6983992597ff18c845dd6ee5..6cd06e5bdb8c3cf3fcec79c86c6d68e62bff8af5 100644
|
| --- a/snapshot/win/process_reader_win_test.cc
|
| +++ b/snapshot/win/process_reader_win_test.cc
|
| @@ -85,8 +85,7 @@ class ProcessReaderChild final : public WinMultiprocess {
|
| };
|
|
|
| TEST(ProcessReaderWin, ChildBasic) {
|
| - ProcessReaderChild process_reader_child;
|
| - process_reader_child.Run();
|
| + WinMultiprocess::Run<ProcessReaderChild>();
|
| }
|
|
|
| TEST(ProcessReaderWin, SelfOneThread) {
|
|
|