Commit c2b0f720 authored by grt's avatar grt Committed by Commit bot

Fix SafeBrowsingEnvironmentDataCollectionWinTest.VerifyLoadedModules for AddressSantizier.

BUG=481029
R=timurrrr@chromium.org

Review URL: https://codereview.chromium.org/1105123002

Cr-Commit-Position: refs/heads/master@{#327040}
parent dcf2ed55
......@@ -216,8 +216,11 @@ TEST(SafeBrowsingEnvironmentDataCollectionWinTest, VerifyLoadedModules) {
EXPECT_EQ(ClientIncidentReport_EnvironmentData_Process_ModuleState::
MODULE_STATE_MODIFIED,
process_report.module_state(0).modified_state());
// See comment above about AddressSantizier.
#if !defined(ADDRESS_SANITIZER)
EXPECT_EQ(std::string(kTestExportName),
process_report.module_state(0).modified_export(0));
#endif
}
#endif // _WIN64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment