[ObjC] Remove prefixes from test files no longer used by ObjC tests.

The one file that isn't a WKT that still has a prefix is used by the conformance
tests, and still needs a prefix there.
pull/10448/head
Thomas Van Lenten 2 years ago
parent cf4eeae6fd
commit 1b9e96218e
  1. 1
      src/google/protobuf/unittest_drop_unknown_fields.proto
  2. 1
      src/google/protobuf/unittest_preserve_unknown_enum.proto

@ -32,7 +32,6 @@ syntax = "proto3";
package unittest_drop_unknown_fields; package unittest_drop_unknown_fields;
option objc_class_prefix = "DropUnknowns";
option csharp_namespace = "Google.Protobuf.TestProtos"; option csharp_namespace = "Google.Protobuf.TestProtos";
message Foo { message Foo {

@ -31,7 +31,6 @@
syntax = "proto3"; syntax = "proto3";
package proto3_preserve_unknown_enum_unittest; package proto3_preserve_unknown_enum_unittest;
option objc_class_prefix = "UnknownEnums";
option csharp_namespace = "Google.Protobuf.TestProtos"; option csharp_namespace = "Google.Protobuf.TestProtos";

Loading…
Cancel
Save