"googlemock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "8304d06199bdfb13bfb7613db9b5231141300e25"
Commit f4419791 authored by vladlosev's avatar vladlosev
Browse files

Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64bit PowerPCs.

parent 9b897520
...@@ -995,7 +995,7 @@ TEST(PrintTupleTest, NestedTuple) { ...@@ -995,7 +995,7 @@ TEST(PrintTupleTest, NestedTuple) {
// Unprintable types in the global namespace. // Unprintable types in the global namespace.
TEST(PrintUnprintableTypeTest, InGlobalNamespace) { TEST(PrintUnprintableTypeTest, InGlobalNamespace) {
EXPECT_EQ("1-byte object <00>", EXPECT_EQ("1-byte object <00>",
Print(UnprintableTemplateInGlobal<bool>())); Print(UnprintableTemplateInGlobal<char>()));
} }
// Unprintable types in a user namespace. // Unprintable types in a user namespace.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment