Make linter happy

This commit is contained in:
Julian Lettner 2020-06-04 14:48:42 -07:00
parent 24660ea11c
commit 284934fbc1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ TEST(SanitizerMac, GetDarwinKernelVersion) {
std::string expected(buf);
// Prefix match
ASSERT_TRUE(expected.compare(0, actual.size(), actual) == 0);
ASSERT_EQ(expected.compare(0, actual.size(), actual), 0);
}
} // namespace __sanitizer