Skip to content

Commit 753653d

Browse files
committed
Fix test.
1 parent 3367c5e commit 753653d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/test/Semantics/OpenMP/do-concurrent-collapse.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
!RUN: %python %S/../test_errors.py %s %flang -fopenmp
22

33
integer :: i, j
4+
! ERROR: DO CONCURRENT loops cannot be used with the COLLAPSE clause.
45
!$omp parallel do collapse(2)
56
do i = 1, 1
67
! ERROR: DO CONCURRENT loops cannot form part of a loop nest.

0 commit comments

Comments
 (0)