• Thomas Van Lenten's avatar
    Fix enum writing. · b273cba1
    Thomas Van Lenten authored
    Enums use varint, so if the value is negative it should end up being longer.
    
    This was caught my new conformance test cases.
    b273cba1
GPBCodedOutputStream.m 40.4 KB