Skip to content

Commit

Permalink
Merge pull request protocolbuffers#750 from TeBoring/beta-1
Browse files Browse the repository at this point in the history
Fix bugs for objectivec
  • Loading branch information
TeBoring committed Aug 26, 2015
2 parents 69811c4 + f59ba1c commit 9677a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/protobuf/unittest_no_arena.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ option cc_generic_services = true; // auto-added
option java_generic_services = true; // auto-added
option py_generic_services = true; // auto-added
option cc_enable_arenas = false;
option objc_class_prefix = "NOARN";

import "google/protobuf/unittest_import.proto";
import "google/protobuf/unittest_arena.proto";
Expand Down

0 comments on commit 9677a7c

Please sign in to comment.