From 5d1ccf50b0565f8c1fa1991ffb8399ff8d3ca4ea Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Fri, 26 Jun 2026 09:20:22 -0700 Subject: [PATCH] Restore LFortran testing of co_broadcast on sequence type [LFortran issue 11191](https://github.com/lfortran/lfortran/issues/11191) is resolved in their main branch, so this test should work in the next release of LFortran. --- test/prif_co_broadcast_test.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/prif_co_broadcast_test.F90 b/test/prif_co_broadcast_test.F90 index 3a737e40..ba89e4ce 100644 --- a/test/prif_co_broadcast_test.F90 +++ b/test/prif_co_broadcast_test.F90 @@ -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