• Tom Hughes's avatar
    Remove int64_t cast in RecordProperty · 750d67d8
    Tom Hughes authored
    Historically, calls to RecordProperty with values that are convertible to
    int64_t have been casted to int64_t. The result was that types like float or
    double would be truncated when printed (e.g., 4.75 -> 4). This change removes
    the cast so that the types are printed in a more appropriate manner.
    
    PiperOrigin-RevId: 511238685
    Change-Id: I80de5db14462da2a3e1f476086025ae514383a17
    750d67d8
gtest_xml_outfiles_test.py 5.82 KB