aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/ruby/tests/test_ruby_package.proto
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.6.0/ruby/tests/test_ruby_package.proto')
-rw-r--r--third_party/protobuf/3.6.0/ruby/tests/test_ruby_package.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/protobuf/3.6.0/ruby/tests/test_ruby_package.proto b/third_party/protobuf/3.6.0/ruby/tests/test_ruby_package.proto
new file mode 100644
index 0000000000..b872562028
--- /dev/null
+++ b/third_party/protobuf/3.6.0/ruby/tests/test_ruby_package.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package foo_bar;
+
+option ruby_package = "A.B";
+
+message TestRubyPackageMessage {}