Fix bug in alltypes test case that made fuzzing difficult.

This commit is contained in:
Petteri Aimonen
2014-05-17 20:28:33 +03:00
parent 5ef128616b
commit 9cf788de54
5 changed files with 7 additions and 0 deletions

View File

@@ -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 = 13432099;
extensions 200 to 255;
}