Skip to content

Commit fdd1b16

Browse files
committed
doc(command_line_test): improve test description
1 parent d78d6a9 commit fdd1b16

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
@@ -29,7 +29,7 @@ function results() result(test_results)
2929
#ifndef __GFORTRAN__
3030
test_descriptions = [ &
3131
test_description_t(string_t("returning the value passed after a command-line flag"), check_flag_value), &
32-
test_description_t(string_t("return an empty string when a flag value is missing"), handle_missing_flag_value) &
32+
test_description_t(string_t("returning an empty string when a flag value is missing"), handle_missing_flag_value) &
3333
]
3434
#else
3535
! Work around missing Fortran 2008 feature: associating a procedure actual argument with a procedure pointer dummy argument:

0 commit comments

Comments
 (0)