From f4419791abd9d0962eb5a61003b7f4b80d7e4068 Mon Sep 17 00:00:00 2001 From: vladlosev Date: Mon, 28 Feb 2011 18:02:01 +0000 Subject: [PATCH] Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64bit PowerPCs. --- test/gtest-printers_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gtest-printers_test.cc b/test/gtest-printers_test.cc index e11662ff..9aba39a4 100644 --- a/test/gtest-printers_test.cc +++ b/test/gtest-printers_test.cc @@ -995,7 +995,7 @@ TEST(PrintTupleTest, NestedTuple) { // Unprintable types in the global namespace. TEST(PrintUnprintableTypeTest, InGlobalNamespace) { EXPECT_EQ("1-byte object <00>", - Print(UnprintableTemplateInGlobal())); + Print(UnprintableTemplateInGlobal())); } // Unprintable types in a user namespace.