Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCat124 committed Dec 11, 2023
1 parent 3d1c115 commit 1ad9e42
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ def test_apply_struct_arg(fortran_reader, fortran_writer, tmpdir):
inline_trans.apply(routine)

output = fortran_writer(psyir)
print(output)
assert (" do i = 1, 5, 1\n"
" do i_1 = 1, 10, 1\n"
" var%data(i_1) = 2.0 * i\n"
Expand Down

0 comments on commit 1ad9e42

Please sign in to comment.