mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-08 18:37:11 +00:00
Make linter happy
This commit is contained in:
parent
24660ea11c
commit
284934fbc1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user