Skip to content

Commit 2ab85fa

Browse files
committed
(fix): Skip test that causes gfortran runtime bug
1 parent fe42e6a commit 2ab85fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_diagnosis_test_m.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function results() result(test_results)
103103
,test_description_t("contruction from a integer expression of the form 'i .greaterThanOrEqualTo. j") & ! skip check_greater_than_or_equal_to_integer_ptr
104104
,test_description_t("contruction from a scalar test_diagnostics_t expression with operands like 'i .equalsExpected. j'" ) & ! skip check_and_with_scalar_operands_ptr
105105
,test_description_t("contruction from test_diagnostics_t vector expressions with operands like 'i .equalsExpected. [j,k]'") & ! skip check_and_with_vector_operands_ptr
106-
,test_description_t("contruction from vector test_diagnostics_t expressions with operands like 'i .equalsExpected. [j,k]'", check_and_with_vector_operands_ptr) &
106+
,test_description_t("contruction from vector test_diagnostics_t expressions with operands like 'i .equalsExpected. [j,k]'") & !, check_and_with_vector_operands_ptr) &
107107
]
108108
#endif
109109

0 commit comments

Comments
 (0)