Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhasel committed Oct 24, 2024
1 parent 0c4c94e commit 0f11fbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/lit/single/address/hardware_reference_used.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ VAR_GLOBAL
END_VAR

FUNCTION main : DINT
__init___hardware_reference_used_st();

a := TRUE;
printf('%u$N', a); //CHECK: 1
b := TRUE;
Expand Down
2 changes: 0 additions & 2 deletions tests/lit/single/address/reference_in_body.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ VAR_GLOBAL
END_VAR

FUNCTION main : DINT
__init___reference_in_body_st();

%IX1.2.1 := TRUE;
printf('%u$N', a); //CHECK: 1
b := TRUE;
Expand Down

0 comments on commit 0f11fbd

Please sign in to comment.