We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4322672 commit 2e3f506Copy full SHA for 2e3f506
1 file changed
test/legacy-driver.F90
@@ -47,7 +47,7 @@ program legacy_driver
47
48
associate(me => this_image())
49
50
- if (me==1) print '(a)' new_line("") // "Append '-- --help' or '-- -h' to your `fpm test` command to display usage information."
+ if (me==1) print '(a)', new_line("") // "Append '-- --help' or '-- -h' to your `fpm test` command to display usage information."
51
52
call assert_test%report(passes, tests, skips)
53
call bin_test%report(passes, tests, skips)
0 commit comments