From 79610733f46c888b56d05d7ca981350655c55a5d Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 22 Nov 2017 13:36:03 -0800 Subject: Changes imported from Abseil "staging" branch: - 5c323578d5492e9fd6f24d049ed3f55c9dc136f8 Fix typo. by Abseil Team GitOrigin-RevId: 5c323578d5492e9fd6f24d049ed3f55c9dc136f8 Change-Id: I75af467a356ac6037738aadbffe93cbcd7a1a747 --- absl/base/exception_safety_testing_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/base/exception_safety_testing_test.cc') diff --git a/absl/base/exception_safety_testing_test.cc b/absl/base/exception_safety_testing_test.cc index c1b5df26..4931c886 100644 --- a/absl/base/exception_safety_testing_test.cc +++ b/absl/base/exception_safety_testing_test.cc @@ -392,7 +392,7 @@ struct FailsBasicGuarantee { } bool operator==(const FailsBasicGuarantee& other) const { - return i != other.i; + return i == other.i; } friend testing::AssertionResult AbslCheckInvariants( -- cgit v1.2.3