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

This commit is contained in:
vladlosev 2011-02-28 18:02:01 +00:00
parent 9b89752035
commit f4419791ab

View File

@ -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.