mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-21 21:25:50 +00:00
Clear a vector that was supposed to be zero.
This commit is contained in:
parent
8477c4ae0b
commit
36739778ce
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ static struct t_sub_case {
|
|||
"| |1| - |1| | == 0",
|
||||
{ 0x01 }, 1, 0,
|
||||
{ 0x01 }, 1, 0,
|
||||
{ 0x02 }, 0, 0,
|
||||
{ }, 0, 0,
|
||||
},
|
||||
{
|
||||
"| |0| - |-1| | == 1",
|
||||
|
|
Loading…
Reference in a new issue