aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/ruby/tests/test_import.proto
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/ruby/tests/test_import.proto')
-rw-r--r--third_party/protobuf/ruby/tests/test_import.proto5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/protobuf/ruby/tests/test_import.proto b/third_party/protobuf/ruby/tests/test_import.proto
deleted file mode 100644
index 230484ee57..0000000000
--- a/third_party/protobuf/ruby/tests/test_import.proto
+++ /dev/null
@@ -1,5 +0,0 @@
-syntax = "proto3";
-
-package foo_bar;
-
-message TestImportedMessage {}