aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/unittest_no_arena.proto
diff options
context:
space:
mode:
authorGravatar TeBoring <teboring@google.com>2015-08-26 14:02:44 -0700
committerGravatar TeBoring <teboring@google.com>2015-08-26 16:24:06 -0700
commitaca5a60883385db08f234e43d1f1b2f5867f92e5 (patch)
tree0e6e071a53e14d8a8db6440ef7cffae480d29a26 /src/google/protobuf/unittest_no_arena.proto
parentb1b98e4b79592baddb5ce1473f53d984a18478da (diff)
Fix bugs for objectivec
Diffstat (limited to 'src/google/protobuf/unittest_no_arena.proto')
-rw-r--r--src/google/protobuf/unittest_no_arena.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/unittest_no_arena.proto b/src/google/protobuf/unittest_no_arena.proto
index 36fb8656..41518df2 100644
--- a/src/google/protobuf/unittest_no_arena.proto
+++ b/src/google/protobuf/unittest_no_arena.proto
@@ -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";