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:
parent
63e4a3ecc9
commit
d79d368ff1
@ -524,7 +524,6 @@ void BinaryAndJsonConformanceSuite::ExpectSerializeFailureForJson(
|
||||
}
|
||||
}
|
||||
|
||||
//TODO: proto2?
|
||||
void BinaryAndJsonConformanceSuite::TestPrematureEOFForType(
|
||||
FieldDescriptor::Type type) {
|
||||
// Incomplete values for each wire type.
|
||||
@ -827,7 +826,6 @@ void BinaryAndJsonConformanceSuite::TestValidDataForRepeatedScalarMessage() {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: proto2?
|
||||
void BinaryAndJsonConformanceSuite::TestIllegalTags() {
|
||||
// field num 0 is illegal
|
||||
string nullfield[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user