Internal change

PiperOrigin-RevId: 519260063
pull/12334/head
Adam Cozzette 2 years ago committed by Copybara-Service
parent 6ecb5d097e
commit 42c2b7ec60
  1. 1
      src/google/protobuf/descriptor_unittest.cc

@ -7765,6 +7765,7 @@ TEST_F(SourceLocationTest, ExtensionSourceLocation) {
EXPECT_TRUE(message_extension_desc->GetSourceLocation(&loc));
EXPECT_EQ("44:5-44:41", PrintSourceLocation(loc));
}
TEST_F(SourceLocationTest, InterpretedOptionSourceLocation) {
// This one's a doozy. It checks every kind of option, including
// extension range options.

Loading…
Cancel
Save