Index: base/trace_event/winheap_dump_provider_win_unittest.cc |
diff --git a/base/trace_event/winheap_dump_provider_win_unittest.cc b/base/trace_event/winheap_dump_provider_win_unittest.cc |
index 2309802fe7943fec8985b0b516b03f6ba32fa0bd..865a1d2f5ce8f445846c9b085901b39ef1a7f7af 100644 |
--- a/base/trace_event/winheap_dump_provider_win_unittest.cc |
+++ b/base/trace_event/winheap_dump_provider_win_unittest.cc |
@@ -20,7 +20,7 @@ TEST(WinHeapDumpProviderTest, OnMemoryDump) { |
WinHeapDumpProvider::GetInstance(); |
ASSERT_NE(static_cast<WinHeapDumpProvider*>(nullptr), winheap_dump_provider); |
- ASSERT_TRUE(winheap_dump_provider->OnMemoryDump(&pmd)); |
+ ASSERT_NO_FATAL_FAILURE(winheap_dump_provider->OnMemoryDump(&pmd)); |
} |
} // namespace trace_event |