aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/map_proto2_unittest.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/map_proto2_unittest.proto')
-rw-r--r--src/google/protobuf/map_proto2_unittest.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/map_proto2_unittest.proto b/src/google/protobuf/map_proto2_unittest.proto
index 3d4af28e..04ca6170 100644
--- a/src/google/protobuf/map_proto2_unittest.proto
+++ b/src/google/protobuf/map_proto2_unittest.proto
@@ -36,6 +36,8 @@ syntax = "proto2";
// In map_test_util.h we do "using namespace unittest = protobuf_unittest".
package protobuf_unittest;
+option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
+
enum Proto2MapEnum {
PROTO2_MAP_ENUM_FOO = 0;
PROTO2_MAP_ENUM_BAR = 1;