Index: third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc |
diff --git a/third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc b/third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc |
index 49d835f0305d65d2be038e1073c47f442f8ca5d4..a012027b409853fc4a5a173719ba3e565ef94c0f 100644 |
--- a/third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc |
+++ b/third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc |
@@ -53,7 +53,7 @@ void TestExtraMemoryRanges(TestType type, |
L"_extra_memory_ranges.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. |