Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/prif_co_broadcast_test.F90
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function results() result(test_results)
test_description_t("broadcasting a default integer scalar with no optional arguments present", usher(broadcast_default_integer_scalar)) &
,test_description_t("prif_co_broadcast of a derived type scalar with no allocatable components", usher(broadcast_derived_type)) &
,test_description_t("prif_co_broadcast_cptr of a derived type scalar with no allocatable components" &
# if __LFORTRAN__
! test disabled for LFortran issue 11191
# if __LFORTRAN__ && __LFORTRAN_MAJOR__ == 0 && __LFORTRAN_MINOR__ <= 63
! test disabled for LFortran issue 11191, fixed after v0.63
# else
, usher(broadcast_derived_type_cptr) &
# endif
Expand Down
Loading