| Index: third_party/crashpad/crashpad/snapshot/win/process_snapshot_win_test.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/win/process_snapshot_win_test.cc b/third_party/crashpad/crashpad/snapshot/win/process_snapshot_win_test.cc
|
| index 75e6e7089e7125e9da0fd0f95ac6a909cb773635..a0e5cef432e1627cdce4e86ead78a456b87ed24b 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/win/process_snapshot_win_test.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/win/process_snapshot_win_test.cc
|
| @@ -46,7 +46,7 @@ void TestImageReaderChild(const base::string16& directory_modification) {
|
| L"_image_reader.exe")
|
| .value();
|
| ChildLauncher child(child_test_executable, done_uuid.ToString16());
|
| - child.Start();
|
| + ASSERT_NO_FATAL_FAILURE(child.Start());
|
|
|
| char c;
|
| ASSERT_TRUE(
|
|
|