Skip to content

Commit 43e31c3

Browse files
committed
R4: Fixing minor formating issues in the test
1 parent e776601 commit 43e31c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

openmp/libomptarget/test/offloading/fortran/declare-target-vars-in-target-region.f90

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
! RUN: %libomptarget-compile-fortran-run-and-check-generic
1212
module test_0
13-
implicit none
14-
INTEGER :: arr1(10) = (/0,0,0,0,0,0,0,0,0,0/)
15-
INTEGER :: arr2(10) = (/0,0,0,0,0,0,0,0,0,0/)
16-
!$omp declare target link(arr1) enter(arr2)
17-
INTEGER :: scalar = 1
18-
!$omp declare target link(scalar)
13+
implicit none
14+
INTEGER :: arr1(10) = (/0,0,0,0,0,0,0,0,0,0/)
15+
INTEGER :: arr2(10) = (/0,0,0,0,0,0,0,0,0,0/)
16+
!$omp declare target link(arr1) enter(arr2)
17+
INTEGER :: scalar = 1
18+
!$omp declare target link(scalar)
1919
end module test_0
2020

2121
subroutine test_with_array_link_and_tofrom()
22-
use test_0
22+
use test_0
2323
integer :: i = 1
2424
integer :: j = 11
2525
!$omp target map(tofrom:arr1, i, j)

0 commit comments

Comments
 (0)