Skip to content

Commit 5e73f88

Browse files
committed
test(command_line): improved output with gfortran
1 parent fdd1b16 commit 5e73f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/command_line_test.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function results() result(test_results)
3838
handle_missing_value_ptr => handle_missing_flag_value
3939
test_descriptions = [ &
4040
test_description_t(string_t("returning the value passed after a command-line flag"), check_flag_ptr), &
41-
test_description_t(string_t("return an empty string when a flag value is missing"), handle_missing_value_ptr) &
41+
test_description_t(string_t("returning an empty string when a flag value is missing"), handle_missing_value_ptr) &
4242
]
4343
#endif
4444
test_descriptions = pack(test_descriptions, &

0 commit comments

Comments
 (0)