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