Skip to content

Commit

Permalink
Merge pull request #24 from BerkeleyLab/fix-test-subject-print
Browse files Browse the repository at this point in the history
fix(test_t): prevent subject wrapping in report
  • Loading branch information
rouson authored Oct 27, 2024
2 parents ed308b1 + 0b0f566 commit c6c6a83
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 c6c6a83

Please sign in to comment.