1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 18:44:12 +02:00

adjust tests

This commit is contained in:
Robin Appelman 2021-07-22 14:58:43 +02:00
commit 00596f946f
8 changed files with 2544 additions and 9 deletions

View file

@ -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 {