| Index: third_party/protobuf/objectivec/Tests/GPBUnittestProtos.m
|
| diff --git a/third_party/protobuf/objectivec/Tests/GPBUnittestProtos.m b/third_party/protobuf/objectivec/Tests/GPBUnittestProtos.m
|
| index 50c4dfa9886edb7996406e24196bad971f3f9fd5..d19beee9247af83014832c1814cb60be80b27397 100644
|
| --- a/third_party/protobuf/objectivec/Tests/GPBUnittestProtos.m
|
| +++ b/third_party/protobuf/objectivec/Tests/GPBUnittestProtos.m
|
| @@ -31,6 +31,11 @@
|
| // Collects all the compiled protos into one file and compiles them to make sure
|
| // the compiler is generating valid code.
|
|
|
| +// The unittest_custom_options.proto extends the messages in descriptor.proto
|
| +// so we build it in to test extending in general. The library doesn't provide
|
| +// a descriptor as it doesn't use the classes/enums.
|
| +#import "google/protobuf/Descriptor.pbobjc.m"
|
| +
|
| #import "google/protobuf/MapProto2Unittest.pbobjc.m"
|
| #import "google/protobuf/MapUnittest.pbobjc.m"
|
| #import "google/protobuf/Unittest.pbobjc.m"
|
|
|