blob: 69a37e014bde3683ca97f15d0118aea3d22f6a62 [file] [log] [blame] [edit]
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
program test
! ERROR: A DEPEND clause on a TASK construct must have a valid task dependence type
!$omp task depend(ii)
!$omp end task
end