Skip to content

Commit

Permalink
fix(test_t): prevent subject wrapping in report
Browse files Browse the repository at this point in the history
This commit replaces list-directed printing of the test_t subject
with formatted printing to work around flang's relatively short
wrapping length for list-directed printing.
  • Loading branch information
rouson committed Oct 27, 2024
1 parent ed308b1 commit 0b0f566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julienne/julienne_test_s.F90
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
end if
end if first_report

print *, new_line('a'), test%subject()
print '(*(a))', new_line('a'), test%subject()

end if

Expand Down

0 comments on commit 0b0f566

Please sign in to comment.