From e687c70e1a544d3e3c3eae98ca66209e8e85e5cb Mon Sep 17 00:00:00 2001 From: Weston Pace Date: Fri, 14 Jul 2023 17:26:10 -0700 Subject: [PATCH] Reverting non-essential commit --- cpp/src/arrow/testing/matchers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/testing/matchers.h b/cpp/src/arrow/testing/matchers.h index 7e02a1b5ebde3..b4625b3922e86 100644 --- a/cpp/src/arrow/testing/matchers.h +++ b/cpp/src/arrow/testing/matchers.h @@ -264,7 +264,7 @@ class ErrorMatcher { } else if (status.ok()) { *listener << "whose non-error doesn't match"; } else { - *listener << "whose error (" << status.message() << ") doesn't match"; + *listener << "whose error doesn't match"; } testing::internal::PrintIfNotEmpty(value_listener.str(), listener->stream());