aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/ruby/tests/test_ruby_package.proto
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2018-07-09 16:45:04 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2018-07-09 16:45:27 +0200
commit8cc62f781ff4e724f8c2f763487390063fcc79e4 (patch)
tree8b9ba11f90fa221167a3538295a201839ab30ce2 /third_party/protobuf/3.6.0/ruby/tests/test_ruby_package.proto
parentee62862c3dd52634ac5ec722b98b8a0c994e7155 (diff)
Revert "Update protobuf to 3.6.0. Fixes #5439"
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, 0 insertions, 7 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
deleted file mode 100644
index b872562028..0000000000
--- a/third_party/protobuf/3.6.0/ruby/tests/test_ruby_package.proto
+++ /dev/null
@@ -1,7 +0,0 @@
-syntax = "proto3";
-
-package foo_bar;
-
-option ruby_package = "A.B";
-
-message TestRubyPackageMessage {}