Skip to content

Commit

Permalink
chore(prif_test_s): rm redundant logic in report
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Dec 30, 2024
1 parent 7268613 commit 2ffdbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/prif_test_s.f90
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pure function both(lhs,rhs) result(lhs_and_rhs)
end if
end if first_report

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

end if

Expand All @@ -55,7 +55,7 @@ pure function both(lhs,rhs) result(lhs_and_rhs)
block
integer i
do i=1,num_tests
if (me==1) print '(3x,a)', test_results(i)%characterize()
print '(3x,a)', test_results(i)%characterize()
end do
end block
end if
Expand Down

0 comments on commit 2ffdbb6

Please sign in to comment.