diff options
Diffstat (limited to 'test/util/posix_error.cc')
-rw-r--r-- | test/util/posix_error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/posix_error.cc b/test/util/posix_error.cc index cebf7e0ac..deed0c05b 100644 --- a/test/util/posix_error.cc +++ b/test/util/posix_error.cc @@ -87,7 +87,7 @@ bool PosixErrorIsMatcherCommonImpl::MatchAndExplain( return false; } - if (!message_matcher_.Matches(error.error_message())) { + if (!message_matcher_.Matches(error.message())) { return false; } |