aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_output_test_golden_win.txt
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-07-22 02:16:37 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-07-22 02:16:37 +0000
commit16b9431ae01d83de80db7ef3e411d9771ee845e4 (patch)
treef3f577a111e7b489673c0a48be6c5264bef3e1f2 /test/gtest_output_test_golden_win.txt
parentc214ebc830aa918d54e535c6caa2da6317877e12 (diff)
downloadgoogletest-16b9431ae01d83de80db7ef3e411d9771ee845e4.tar.gz
googletest-16b9431ae01d83de80db7ef3e411d9771ee845e4.tar.bz2
googletest-16b9431ae01d83de80db7ef3e411d9771ee845e4.zip
Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev).
Diffstat (limited to 'test/gtest_output_test_golden_win.txt')
-rw-r--r--test/gtest_output_test_golden_win.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/gtest_output_test_golden_win.txt b/test/gtest_output_test_golden_win.txt
index 92fe7f41..313c3aaf 100644
--- a/test/gtest_output_test_golden_win.txt
+++ b/test/gtest_output_test_golden_win.txt
@@ -376,7 +376,8 @@ Expected failure
[ RUN ] Unsigned/TypedTestP/0.Failure
gtest_output_test_.cc:#: error: Value of: TypeParam()
Actual: \0
-Expected: 1
+Expected: 1U
+Which is: 1
Expected failure
[ FAILED ] Unsigned/TypedTestP/0.Failure
[----------] 2 tests from Unsigned/TypedTestP/1, where TypeParam = unsigned int
@@ -385,7 +386,8 @@ Expected failure
[ RUN ] Unsigned/TypedTestP/1.Failure
gtest_output_test_.cc:#: error: Value of: TypeParam()
Actual: 0
-Expected: 1
+Expected: 1U
+Which is: 1
Expected failure
[ FAILED ] Unsigned/TypedTestP/1.Failure
[----------] 4 tests from ExpectFailureTest