summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock_output_test_golden.txt
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2023-02-09 07:29:01 (GMT)
committerYonggang Luo <luoyonggang@gmail.com>2023-02-09 07:29:01 (GMT)
commit097f64e98693500d44d022a781745e562aa492ad (patch)
tree1a0e5b43b88a230ebfde7399bf3c681162c3b391 /googlemock/test/gmock_output_test_golden.txt
parentb73f27fd164456fea9aba56163f5511355a03272 (diff)
downloadgoogletest-097f64e98693500d44d022a781745e562aa492ad.zip
googletest-097f64e98693500d44d022a781745e562aa492ad.tar.gz
googletest-097f64e98693500d44d022a781745e562aa492ad.tar.bz2
Revert "Fix gmock_output_test when using MSVC"
This reverts commit 0a3b403fe037ff80daa1826ae99eed41e94dea05.
Diffstat (limited to 'googlemock/test/gmock_output_test_golden.txt')
-rw-r--r--googlemock/test/gmock_output_test_golden.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/test/gmock_output_test_golden.txt b/googlemock/test/gmock_output_test_golden.txt
index ac2a5e2..467fa20 100644
--- a/googlemock/test/gmock_output_test_golden.txt
+++ b/googlemock/test/gmock_output_test_golden.txt
@@ -290,9 +290,9 @@ Stack trace:
[ OK ] GMockOutputTest.CatchesLeakedMocks
[ RUN ] GMockOutputTest.PrintsMatcher
FILE:#: Failure
-Value of: (std::tuple<int, bool>(42, true))
+Value of: (std::pair<int, bool>(42, true))
Expected: is pair (first: is >= 48, second: true)
- Actual: (42, true)
+ Actual: (42, true) (of type std::pair<int, bool>)
[ FAILED ] GMockOutputTest.PrintsMatcher
[ FAILED ] GMockOutputTest.UnexpectedCall
[ FAILED ] GMockOutputTest.UnexpectedCallToVoidFunction