Code coverage results were ignoring the data from encode/decode unittests.
[apps/agl-service-can-low-level.git] / tests / field_size_32 / alltypes.proto
index 17f17ee..81717bb 100644 (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;
 }