Remove stale comment (#6552)

Proto2 has been tested for invalid cases. Check implementation of
ExpectParseFailureForProto (https://github.com/protocolbuffers/protobuf/blob/master/conformance/binary_json_conformance_suite.cc#L322)
This commit is contained in:
Paul Yang 2019-08-22 13:25:19 -07:00 committed by GitHub
parent 63e4a3ecc9
commit d79d368ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,7 +524,6 @@ void BinaryAndJsonConformanceSuite::ExpectSerializeFailureForJson(
} }
} }
//TODO: proto2?
void BinaryAndJsonConformanceSuite::TestPrematureEOFForType( void BinaryAndJsonConformanceSuite::TestPrematureEOFForType(
FieldDescriptor::Type type) { FieldDescriptor::Type type) {
// Incomplete values for each wire type. // Incomplete values for each wire type.
@ -827,7 +826,6 @@ void BinaryAndJsonConformanceSuite::TestValidDataForRepeatedScalarMessage() {
} }
} }
// TODO: proto2?
void BinaryAndJsonConformanceSuite::TestIllegalTags() { void BinaryAndJsonConformanceSuite::TestIllegalTags() {
// field num 0 is illegal // field num 0 is illegal
string nullfield[] = { string nullfield[] = {