Skip to content

Commit

Permalink
add explicit cast to integration test file so it doesn't warn when ru…
Browse files Browse the repository at this point in the history
…nning tests
  • Loading branch information
mhasel committed Mar 11, 2024
1 parent 8b058c1 commit a734df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/data/json/simple_program.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ PROGRAM prg
b : REAL;
END_VAR
b := 1.5;
a := b;
a := INT#b;
END_PROGRAM

0 comments on commit a734df5

Please sign in to comment.