summaryrefslogtreecommitdiffstats
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.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/multiple_files/multifile1.proto b/tests/multiple_files/multifile1.proto
index 79cf0387..d804b67d 100644
--- a/tests/multiple_files/multifile1.proto
+++ b/tests/multiple_files/multifile1.proto
@@ -14,6 +14,10 @@ message TestMessage {
repeated string repeatedstring = 6;
}
+message StaticMessage {
+ repeated fixed32 repint32 = 1;
+}
+
enum SignedEnum {
SE_MIN = -128;
SE_MAX = 127;