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