summaryrefslogtreecommitdiff
path: root/googlemock/test/gmock_output_test_golden.txt
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2023-05-02 07:52:02 -0700
committerCopybara-Service <copybara-worker@google.com>2023-05-02 07:52:02 -0700
commita3580180d16923d6d5f488e20b3814608a892f17 (patch)
treeebfcea4239151da81e75af15f539242ea26b62b1 /googlemock/test/gmock_output_test_golden.txt
parentf345b2ca6adb1b505049190867eedf24d3b5eaa3 (diff)
parent76bce79a3493aa157b3baca833fec1e3934d3512 (diff)
downloadgoogletest-git-a3580180d16923d6d5f488e20b3814608a892f17.tar.gz
Merge pull request #4146 from lygstate:fixes_std_pair_diff
PiperOrigin-RevId: 528781910 Change-Id: I4038332a6255921792bfb4a8098aa84243d48e15
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 a2256443..ca88af02 100644
--- a/googlemock/test/gmock_output_test_golden.txt
+++ b/googlemock/test/gmock_output_test_golden.txt
@@ -307,9 +307,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