Skip to content

Commit 9ab7cd0

Browse files
authored
fix error message in test
1 parent 49d5e9c commit 9ab7cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/test/Semantics/OpenMP/ordered01.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ program main
6767

6868
contains
6969
subroutine work1()
70-
!ERROR: THREADS, SIMD clauses are not allowed when ORDERED construct is a standalone construct with no ORDERED region
70+
!ERROR: THREADS and SIMD clauses are not allowed when ORDERED construct is a standalone construct with no ORDERED region
7171
!$omp ordered simd
7272
end subroutine work1
7373

7474
subroutine work2()
75-
!ERROR: THREADS, SIMD clauses are not allowed when ORDERED construct is a standalone construct with no ORDERED region
75+
!ERROR: THREADS and SIMD clauses are not allowed when ORDERED construct is a standalone construct with no ORDERED region
7676
!$omp ordered threads
7777
end subroutine work2
7878

0 commit comments

Comments
 (0)