diff options
Diffstat (limited to 'googlemock/test')
-rw-r--r-- | googlemock/test/gmock_output_test_golden.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/googlemock/test/gmock_output_test_golden.txt b/googlemock/test/gmock_output_test_golden.txt index f1e0a32..ca88af0 100644 --- a/googlemock/test/gmock_output_test_golden.txt +++ b/googlemock/test/gmock_output_test_golden.txt @@ -310,6 +310,7 @@ FILE:#: Failure Value of: (std::pair<int, bool>(42, true)) Expected: is pair (first: is >= 48, second: true) Actual: (42, true) (of type std::pair<int,bool>) + [ FAILED ] GMockOutputTest.PrintsMatcher [ FAILED ] GMockOutputTest.UnexpectedCall [ FAILED ] GMockOutputTest.UnexpectedCallToVoidFunction |