Skip to content

Commit

Permalink
Fixes in tests, the implementation had a bug, which was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rphh committed Jun 12, 2024
1 parent 755b152 commit cdd6285
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ inline Complexsdl_0_transition(id)
{
int i0;
MyIntegerSequence _tmp_0;
_tmp_0.length = 0;
MyInteger_assign_value(_tmp_0.data[_tmp_0.length], 3);
_tmp_0.length = (_tmp_0.length + 1);
MyInteger_assign_value(_tmp_0.data[_tmp_0.length], 4);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ inline Complexsdl_0_transition(id)
{
int i0;
MyIntegerSequence _tmp_0;
_tmp_0.length = 0;
for(i0 : 0 .. global_state.complexsdl.source_data.length)
{
MyInteger_assign_value(_tmp_0.data[_tmp_0.length], global_state.complexsdl.source_data.data[i0]);
Expand Down

0 comments on commit cdd6285

Please sign in to comment.