X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Falltypes.proto;h=a2cf8bbc51e2d983a224ca3091dcd8b85cf7f7cf;hb=7c5e184c261bd5f5652993232f2125a6802004ab;hp=6ccf57d7f2624ca3d640b7fadf280d2cfc35ad4a;hpb=f064c2c48a43b0c1b011d52f53d519d809b8cee7;p=apps%2Fagl-service-can-low-level.git diff --git a/tests/alltypes.proto b/tests/alltypes.proto index 6ccf57d7..a2cf8bbc 100644 --- a/tests/alltypes.proto +++ b/tests/alltypes.proto @@ -86,5 +86,8 @@ 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 = 99; + + + extensions 200 to 255; }