Index: third_party/crashpad/crashpad/util/win/process_info_test.cc |
diff --git a/third_party/crashpad/crashpad/util/win/process_info_test.cc b/third_party/crashpad/crashpad/util/win/process_info_test.cc |
index 544594241c62f9b7e3860ab85dd65590e14116ca..322a987f719e95739b9f01a1483dfd080b2b962d 100644 |
--- a/third_party/crashpad/crashpad/util/win/process_info_test.cc |
+++ b/third_party/crashpad/crashpad/util/win/process_info_test.cc |
@@ -151,7 +151,7 @@ void TestOtherProcess(const base::string16& directory_modification) { |
AppendCommandLineArgument(done_uuid.ToString16(), &args); |
ChildLauncher child(child_test_executable, args); |
- child.Start(); |
+ ASSERT_NO_FATAL_FAILURE(child.Start()); |
// The child sends us a code address we can look up in the memory map. |
WinVMAddress code_address; |