Skip to content

Commit 26c0f43

Browse files
authored
Fix atomic03.f90
1 parent e9dcdaa commit 26c0f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Semantics/OpenMP/atomic03.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ subroutine more_invalid_atomic_update_stmts()
129129

130130
!$omp atomic update
131131
!ERROR: Expected scalar variable on the LHS of atomic update assignment statement
132-
!ERROR: Intrinsic procedure arguments in atomic update statement must have exactly one occurence of 'k'
132+
!ERROR: Intrinsic procedure arguments in atomic update statement must have exactly one occurence of 'k'
133133
k = max(x, y)
134134

135135
!$omp atomic

0 commit comments

Comments
 (0)