Remove code referencing Google protocol buffers version 1.
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user