Skip to content

Commit

Permalink
fix(test/main.F90): fix edit descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Sep 22, 2024
1 parent 2f5ed5a commit 3a02b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ program main
#endif

print *
print '(*(a,:,i))', "_________ In total, ",passes," of ",tests, " tests pass. _________"
print '(*(a,:,g0))', "_________ In total, ",passes," of ",tests, " tests pass. _________"

if (passes /= tests) error stop "Some tests failed."

Expand Down

0 comments on commit 3a02b5d

Please sign in to comment.