Skip to content

Commit 2e3f506

Browse files
committed
fix(legacy-driver): add missing comma in print
1 parent 4322672 commit 2e3f506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/legacy-driver.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ program legacy_driver
4747

4848
associate(me => this_image())
4949

50-
if (me==1) print '(a)' new_line("") // "Append '-- --help' or '-- -h' to your `fpm test` command to display usage information."
50+
if (me==1) print '(a)', new_line("") // "Append '-- --help' or '-- -h' to your `fpm test` command to display usage information."
5151

5252
call assert_test%report(passes, tests, skips)
5353
call bin_test%report(passes, tests, skips)

0 commit comments

Comments
 (0)