aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiple_files/multifile1.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multiple_files/multifile1.proto')
-rw-r--r--tests/multiple_files/multifile1.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/multiple_files/multifile1.proto b/tests/multiple_files/multifile1.proto
index d804b67d..18f2c672 100644
--- a/tests/multiple_files/multifile1.proto
+++ b/tests/multiple_files/multifile1.proto
@@ -1,3 +1,5 @@
+syntax = "proto2";
+
message SubMessage {
optional string stringvalue = 1;
repeated int32 int32value = 2;