Fix enum writing.
Enums use varint, so if the value is negative it should end up being longer. This was caught my new conformance test cases.
Showing
Please
register
or
sign in
to comment
Enums use varint, so if the value is negative it should end up being longer. This was caught my new conformance test cases.