Skip to content

Commit c5f9768

Browse files
committed
Fix typo in test
1 parent 7504575 commit c5f9768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Semantics/OpenMP/declare-reduction-operator.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subroutine subr(a, r)
2828
type(t1), intent(in), dimension(10) :: a
2929
type(t1), intent(out) :: r
3030
integer :: i
31-
!$omp do parallel reduction(.fluffy.:r)
31+
!$omp parallel do reduction(.fluffy.:r)
3232
do i=1,10
3333
r = r .fluffy. a(i)
3434
end do

0 commit comments

Comments
 (0)