Skip to content

Commit

Permalink
Fix atomic03.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
NimishMishra authored Oct 19, 2024
1 parent e9dcdaa commit 26c0f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/test/Semantics/OpenMP/atomic03.f90
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ subroutine more_invalid_atomic_update_stmts()

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

!$omp atomic
Expand Down

0 comments on commit 26c0f43

Please sign in to comment.