Check in gen tests that don't work yet

This commit is contained in:
Ayaz Hafiz 2022-08-12 15:25:24 -07:00
parent f95c5aee12
commit d01c5c83b7
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 51 additions and 3 deletions

View file

@ -41,9 +41,9 @@ impl FlatDecodable {
_ => Err(Underivable),
},
FlatType::Record(fields, ext) => {
check_empty_ext_var(subs, ext, |ext| {
matches!(ext, Content::Structure(FlatType::EmptyRecord))
})?;
//check_empty_ext_var(subs, ext, |ext| {
// matches!(ext, Content::Structure(FlatType::EmptyRecord))
//})?;
if subs
.get_subs_slice(fields.record_fields())