Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64bit PowerPCs.
This commit is contained in:
parent
9b89752035
commit
f4419791ab
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user