Index: testing/gmock/test/gmock_output_test_golden.txt |
diff --git a/testing/gmock/test/gmock_output_test_golden.txt b/testing/gmock/test/gmock_output_test_golden.txt |
index ed8decaca6ad8c71d3062eea11725c1a8c066ae2..382dc8ccec0d5fb020880ee3755a6b1869235e75 100644 |
--- a/testing/gmock/test/gmock_output_test_golden.txt |
+++ b/testing/gmock/test/gmock_output_test_golden.txt |
@@ -175,8 +175,8 @@ Google Mock tried the following 1 expectation, but it didn't match: |
FILE:#: EXPECT_CALL(foo_, Bar(Ref(s), _, Ge(0)))... |
Expected arg #0: references the variable @0x# "Hi" |
- Actual: "Ho" (is located @0x#) |
- Expected arg #2: is greater than or equal to 0 |
+ Actual: "Ho", which is located @0x# |
+ Expected arg #2: is >= 0 |
Actual: -0.1 |
Expected: to be called once |
Actual: never called - unsatisfied and active |
@@ -204,7 +204,7 @@ Unexpected mock function call - returning default value. |
Google Mock tried the following 1 expectation, but it didn't match: |
FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))... |
- Expected arg #0: is greater than or equal to 2 |
+ Expected arg #0: is >= 2 |
Actual: 1 |
Expected args: are a pair (x, y) where x >= y |
Actual: don't match |