aboutsummaryrefslogtreecommitdiff
path: root/ruby/tests/test_import_proto2.proto
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/tests/test_import_proto2.proto')
-rw-r--r--ruby/tests/test_import_proto2.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/ruby/tests/test_import_proto2.proto b/ruby/tests/test_import_proto2.proto
new file mode 100644
index 00000000..8d2ef375
--- /dev/null
+++ b/ruby/tests/test_import_proto2.proto
@@ -0,0 +1,5 @@
+syntax = "proto2";
+
+package foo_bar.proto2;
+
+message TestImportedMessage {}