aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/unittest_import.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/unittest_import.proto')
-rw-r--r--src/google/protobuf/unittest_import.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/unittest_import.proto b/src/google/protobuf/unittest_import.proto
index 7e165220..ae2e90b8 100644
--- a/src/google/protobuf/unittest_import.proto
+++ b/src/google/protobuf/unittest_import.proto
@@ -47,6 +47,7 @@ option cc_enable_arenas = true;
// Exercise the java_package option.
option java_package = "com.google.protobuf.test";
+option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
// Do not set a java_outer_classname here to verify that Proto2 works without
// one.