aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/unittest_enormous_descriptor.proto
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-05-06 15:25:03 +0100
committerJon Skeet <jonskeet@google.com>2015-05-06 19:07:14 +0100
commit7879f82ddceb76c2b6710e240a91f0eabf494c33 (patch)
tree208562e7acec9a9456560f0756d87bbbc7c56dd4 /src/google/protobuf/unittest_enormous_descriptor.proto
parente0afc0028f88c2e1e8ac5a053717cd3e0c8cc9cb (diff)
downloadprotobuf-7879f82ddceb76c2b6710e240a91f0eabf494c33.tar.gz
protobuf-7879f82ddceb76c2b6710e240a91f0eabf494c33.tar.bz2
protobuf-7879f82ddceb76c2b6710e240a91f0eabf494c33.zip
Add C# namespace to .proto files (e.g. descriptors, unit tests)
Diffstat (limited to 'src/google/protobuf/unittest_enormous_descriptor.proto')
-rw-r--r--src/google/protobuf/unittest_enormous_descriptor.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/google/protobuf/unittest_enormous_descriptor.proto b/src/google/protobuf/unittest_enormous_descriptor.proto
index 2250261d..f8fcc9c0 100644
--- a/src/google/protobuf/unittest_enormous_descriptor.proto
+++ b/src/google/protobuf/unittest_enormous_descriptor.proto
@@ -33,12 +33,14 @@
// Sanjay Ghemawat, Jeff Dean, and others.
//
// A proto file that has an extremely large descriptor. Used to test that
-// descriptors over 64k don't break the string literal length limit in Java.
+// descriptors over 64k don't break language-specific limits in generated code,
+// such as the string literal length limit in Java.
syntax = "proto2";
package google.protobuf;
option java_package = "com.google.protobuf";
+option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
// Avoid generating insanely long methods.
option optimize_for = CODE_SIZE;