| Index: third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc b/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc
|
| index 02a61232f0f8fbb1f09bc65a5a8ab633a0d52588..a20e986bb084f9a0013c8c0fef02dabfc22bd802 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc
|
| @@ -57,7 +57,7 @@ void TestAnnotationsOnCrash(TestType type,
|
| L"_simple_annotations.exe")
|
| .value();
|
| ChildLauncher child(child_test_executable, L"");
|
| - child.Start();
|
| + ASSERT_NO_FATAL_FAILURE(child.Start());
|
|
|
| // Wait for the child process to indicate that it's done setting up its
|
| // annotations via the CrashpadInfo interface.
|
|
|