Skip to content
Snippets Groups Projects
Commit 79610733 authored by Abseil Team's avatar Abseil Team Committed by Xiaoyi Zhang
Browse files

Changes imported from Abseil "staging" branch:

  - 5c323578d5492e9fd6f24d049ed3f55c9dc136f8 Fix typo. by Abseil Team <absl-team@google.com>

GitOrigin-RevId: 5c323578d5492e9fd6f24d049ed3f55c9dc136f8
Change-Id: I75af467a356ac6037738aadbffe93cbcd7a1a747
parent ae0cef35
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,7 @@ struct FailsBasicGuarantee {
}
bool operator==(const FailsBasicGuarantee& other) const {
return i != other.i;
return i == other.i;
}
friend testing::AssertionResult AbslCheckInvariants(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment