Skip to content

Commit

Permalink
[flang][openacc] Fix test with new loop design
Browse files Browse the repository at this point in the history
  • Loading branch information
clementval committed Jan 22, 2024
1 parent 414df70 commit 16d2583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/test/Lower/OpenACC/acc-loop.f90
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,6 @@ program acc_loop
DO i = 1, n
END DO

! CHECK: acc.loop gang([#acc.device_type<nvidia>, #acc.device_type<default>]) {
! CHECK: acc.loop gang([#acc.device_type<nvidia>, #acc.device_type<default>])

end program

0 comments on commit 16d2583

Please sign in to comment.