summaryrefslogtreecommitdiffstats
path: root/tests/callbacks.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/callbacks.proto')
-rw-r--r--tests/callbacks.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/callbacks.proto b/tests/callbacks.proto
index 8beeaabf..ccd1edd8 100644
--- a/tests/callbacks.proto
+++ b/tests/callbacks.proto
@@ -11,5 +11,6 @@ message TestMessage {
repeated fixed32 fixed32value = 3;
repeated fixed64 fixed64value = 4;
optional SubMessage submsg = 5;
+ repeated string repeatedstring = 6;
}