diff options
Diffstat (limited to 'absl/types')
-rw-r--r-- | absl/types/any_exception_safety_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/types/any_exception_safety_test.cc b/absl/types/any_exception_safety_test.cc index eadba3080437..f4ca52eba3b0 100644 --- a/absl/types/any_exception_safety_test.cc +++ b/absl/types/any_exception_safety_test.cc @@ -75,7 +75,7 @@ namespace { class AnyExceptionSafety : public ::testing::Test { private: - absl::AllocInspector inspector_; + absl::ConstructorTracker inspector_; }; testing::AssertionResult AnyIsEmpty(absl::any* a) { |