aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/unittest_no_field_presence.proto
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2015-05-13 17:34:02 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2015-05-13 17:34:02 +0100
commit998b5ba20d4bacb25c90f2afaddac3900a06d61b (patch)
tree0939d22066a16cc9e78417b9a1fe95bffc5eeb61 /src/google/protobuf/unittest_no_field_presence.proto
parent98de125a7caaf25c83e7d4988ed7f69587925aa8 (diff)
Remove the C#-specific field_presence_test.proto, using unittest_no_field_presence.proto instead.
This is the start of establishing a C# namespace of "Google.ProtocolBuffers.TestProtos.Proto3" for proto3-syntax protos. We could optionally split the directory structure as well into Proto2 and Proto3 for clarity.
Diffstat (limited to 'src/google/protobuf/unittest_no_field_presence.proto')
-rw-r--r--src/google/protobuf/unittest_no_field_presence.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/unittest_no_field_presence.proto b/src/google/protobuf/unittest_no_field_presence.proto
index 6e71517c..f261b58e 100644
--- a/src/google/protobuf/unittest_no_field_presence.proto
+++ b/src/google/protobuf/unittest_no_field_presence.proto
@@ -37,7 +37,7 @@ import "google/protobuf/unittest.proto";
package proto2_nofieldpresence_unittest;
-option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
+option csharp_namespace = "Google.ProtocolBuffers.TestProtos.Proto3";
// This proto includes every type of field in both singular and repeated
// forms.