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 fdd1b16 commit 5e73f88Copy full SHA for 5e73f88
test/command_line_test.F90
@@ -38,7 +38,7 @@ function results() result(test_results)
38
handle_missing_value_ptr => handle_missing_flag_value
39
test_descriptions = [ &
40
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) &
+ test_description_t(string_t("returning an empty string when a flag value is missing"), handle_missing_value_ptr) &
42
]
43
#endif
44
test_descriptions = pack(test_descriptions, &
0 commit comments