Index: snapshot/win/pe_image_annotations_reader_test.cc |
diff --git a/snapshot/win/pe_image_annotations_reader_test.cc b/snapshot/win/pe_image_annotations_reader_test.cc |
index 383ada99e01fddf69e54796f713492d01441d88f..2c88417d0a49dd8e53c36f0fff3451aa0569748e 100644 |
--- a/snapshot/win/pe_image_annotations_reader_test.cc |
+++ b/snapshot/win/pe_image_annotations_reader_test.cc |
@@ -55,7 +55,8 @@ class TestPEImageAnnotationsReader final : public WinMultiprocess { |
void WinMultiprocessParent() override { |
ProcessReaderWin process_reader; |
- ASSERT_TRUE(process_reader.Initialize(ChildProcess())); |
+ ASSERT_TRUE(process_reader.Initialize(ChildProcess(), |
+ ProcessSuspensionState::kRunning)); |
// Wait for the child process to indicate that it's done setting up its |
// annotations via the CrashpadInfo interface. |