We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0119c01 commit 51d71b8Copy full SHA for 51d71b8
generator/testing/descriptor_pool_fixture.cc
@@ -55,6 +55,7 @@ DescriptorPoolFixture::DescriptorPoolFixture()
55
source_tree_.Insert("test/v1/common.proto", kCommonFileContents);
56
source_tree_.Insert("google/api/annotations.proto", kEmptyFile);
57
source_tree_.Insert("google/api/client.proto", kEmptyFile);
58
+ source_tree_.Insert("google/api/field_behavior.proto", kEmptyFile);
59
60
// We need google.longrunning.* to be available. This also imports the
61
// google.protobuf.*Descriptor protos.
0 commit comments