mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 18:44:12 +02:00
adjust tests
This commit is contained in:
parent
48c7fefa82
commit
00596f946f
8 changed files with 2544 additions and 9 deletions
|
|
@ -70,7 +70,7 @@ pub struct RawSendPropDefinition {
|
|||
pub bit_count: Option<u32>,
|
||||
pub element_count: Option<u16>,
|
||||
pub array_property: Option<Box<RawSendPropDefinition>>,
|
||||
original_bit_count: Option<u32>,
|
||||
pub original_bit_count: Option<u32>,
|
||||
}
|
||||
|
||||
impl PartialEq for RawSendPropDefinition {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue