diff options
-rw-r--r-- | test/gtest-printers_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<bool>())); + Print(UnprintableTemplateInGlobal<char>())); } // Unprintable types in a user namespace. |