Skip to content

Commit

Permalink
test(prif_num_images_test): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Sep 8, 2024
1 parent 5faf190 commit 0779145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prif_num_images_test_m.F90
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function results() result(test_results)
#else
procedure(test_function_i), pointer :: check_num_images_valid

check_num_images_valid_ptr => check_num_images_valid_ptr
check_num_images_valid_ptr => check_num_images_valid

test_descriptions = [ &
test_description_t("providing a valid number of images when invoked with no arguments", check_num_images_valid_ptr) &
Expand Down

0 comments on commit 0779145

Please sign in to comment.