Skip to content

Commit

Permalink
Merge pull request protocolbuffers#10448 from thomasvl/objc_test_file…
Browse files Browse the repository at this point in the history
…_shuffle_part3

[ObjC] Remove prefixes from test files no longer used by ObjC tests.
  • Loading branch information
fowles authored Aug 23, 2022
2 parents cf4eeae + 1b9e962 commit bf1a377
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/google/protobuf/unittest_drop_unknown_fields.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ syntax = "proto3";

package unittest_drop_unknown_fields;

option objc_class_prefix = "DropUnknowns";
option csharp_namespace = "Google.Protobuf.TestProtos";

message Foo {
Expand Down
1 change: 0 additions & 1 deletion src/google/protobuf/unittest_preserve_unknown_enum.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
syntax = "proto3";

package proto3_preserve_unknown_enum_unittest;
option objc_class_prefix = "UnknownEnums";

option csharp_namespace = "Google.Protobuf.TestProtos";

Expand Down

0 comments on commit bf1a377

Please sign in to comment.