We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78d6a9 commit fdd1b16Copy full SHA for fdd1b16
test/command_line_test.F90
@@ -29,7 +29,7 @@ function results() result(test_results)
29
#ifndef __GFORTRAN__
30
test_descriptions = [ &
31
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) &
+ test_description_t(string_t("returning an empty string when a flag value is missing"), handle_missing_flag_value) &
33
]
34
#else
35
! Work around missing Fortran 2008 feature: associating a procedure actual argument with a procedure pointer dummy argument:
0 commit comments