diff options
author | kosak <kosak@google.com> | 2014-03-12 22:51:07 (GMT) |
---|---|---|
committer | kosak <kosak@google.com> | 2014-03-12 22:51:07 (GMT) |
commit | c82282819c0f6fbd2bd025f2326f0a6b104c59b9 (patch) | |
tree | dc6951e9c8e49b099d12c3059c788e3b20a456db /test | |
parent | 134389c0446c786ee1170f7cf60b9ff1dd78d56f (diff) | |
download | googletest-c82282819c0f6fbd2bd025f2326f0a6b104c59b9.zip googletest-c82282819c0f6fbd2bd025f2326f0a6b104c59b9.tar.gz googletest-c82282819c0f6fbd2bd025f2326f0a6b104c59b9.tar.bz2 |
Remove code referencing Google protocol buffers version 1.
Diffstat (limited to 'test')
-rw-r--r-- | test/gtest-printers_test.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/gtest-printers_test.cc b/test/gtest-printers_test.cc index d34a85e..9481290 100644 --- a/test/gtest-printers_test.cc +++ b/test/gtest-printers_test.cc @@ -1164,13 +1164,6 @@ TEST(PrintPrintableTypeTest, TemplateInUserNamespace) { #if GTEST_HAS_PROTOBUF_ -// Tests printing a protocol message. -TEST(PrintProtocolMessageTest, PrintsShortDebugString) { - testing::internal::TestMessage msg; - msg.set_member("yes"); - EXPECT_EQ("<member:\"yes\">", Print(msg)); -} - // Tests printing a short proto2 message. TEST(PrintProto2MessageTest, PrintsShortDebugStringWhenItIsShort) { testing::internal::FooMessage msg; |