aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/unknown_enum_test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/unknown_enum_test.proto')
-rw-r--r--src/google/protobuf/unknown_enum_test.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/unknown_enum_test.proto b/src/google/protobuf/unknown_enum_test.proto
index 0ea1ede3..3c549cc7 100644
--- a/src/google/protobuf/unknown_enum_test.proto
+++ b/src/google/protobuf/unknown_enum_test.proto
@@ -36,6 +36,8 @@ syntax = "proto2";
package google.protobuf.util;
+option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
+
message DownRevision {
enum Enum {
DEFAULT_VALUE = 2;