Skip to content

Commit

Permalink
Remove code referencing Google protocol buffers version 1.
Browse files Browse the repository at this point in the history
git-svn-id: http://googletest.googlecode.com/svn/trunk@679 861a406c-534a-0410-8894-cb66d6ee9925
  • Loading branch information
[email protected] committed Mar 12, 2014
1 parent b5ef987 commit cd5abba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/gtest-printers_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cd5abba

Please sign in to comment.