Skip to content

Commit

Permalink
rm(co_reduce_test): rm temporary code
Browse files Browse the repository at this point in the history
This commit removes code that was temporarily inserted when
diagnosing a flang bug and uncomments the correct code.
  • Loading branch information
rouson committed Dec 29, 2024
1 parent ad8f546 commit 435d148
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/prif_co_reduce_test_m.F90
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ function alphabetically_first_string() result(test_passes)
end associate

call prif_num_images(num_images=num_imgs)
!expected_name = minval(names(1:min(num_imgs, size(names)))) ! this exposes a flang bug
expected_name = "betty"
expected_name = minval(names(1:min(num_imgs, size(names)))) ! this exposes a flang bug
test_passes = all(expected_name == my_name)

contains
Expand Down

0 comments on commit 435d148

Please sign in to comment.