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) {
// Unprintable types in the global namespace.
TEST(PrintUnprintableTypeTest, InGlobalNamespace) {
EXPECT_EQ("1-byte object <00>",
Print(UnprintableTemplateInGlobal<bool>()));
Print(UnprintableTemplateInGlobal<char>()));
}
// 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