Skip to content

Commit b993f61

Browse files
authored
Update flang/test/Lower/OpenMP/cray-pointers02.f90
1 parent b0d1885 commit b993f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Lower/OpenMP/cray-pointers02.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ subroutine none_private()
6363
! CHECK: fir.call @_FortranAPointerAssociateScalar({{.*}}) fastmath<contract> : (!fir.ref<!fir.box<none>>, !fir.llvm_ptr<i8>) -> ()
6464
! CHECK: fir.call @_FortranAPointerAssociateScalar({{.*}}) fastmath<contract> : (!fir.ref<!fir.box<none>>, !fir.llvm_ptr<i8>) -> ()
6565
var(1) = var(1) + 2
66-
print '(A24,I6)', 'none_private', var(1)
66+
print '(A24,I6)', 'none_private', var(1)
6767
!$omp end parallel
6868
! CHECK: return
6969
end subroutine

0 commit comments

Comments
 (0)