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