diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-05-17 20:28:33 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-05-17 20:28:33 +0300 |
commit | 9cf788de5463e42aaf8a24ac35a3541fdaf8c517 (patch) | |
tree | 23289f44c5ce890d8f907fcb182a1010cc82050c /tests/field_size_16 | |
parent | 5ef128616baffd15bb904fc56f651d40901be429 (diff) |
Fix bug in alltypes test case that made fuzzing difficult.
Diffstat (limited to 'tests/field_size_16')
-rw-r--r-- | tests/field_size_16/alltypes.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/field_size_16/alltypes.proto b/tests/field_size_16/alltypes.proto index 7494853d..81693c00 100644 --- a/tests/field_size_16/alltypes.proto +++ b/tests/field_size_16/alltypes.proto @@ -107,5 +107,7 @@ message AllTypes { // Just to make sure that the size of the fields has been calculated // properly, i.e. otherwise a bug in last field might not be detected. required int32 end = 10099; + + extensions 200 to 255; } |