Skip to content

Commit b886c6a

Browse files
committed
Fix the comment in the LIT test to change the incorrect isAllocatable to isPointer to address review comment.
1 parent d48e480 commit b886c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/test/Lower/forall-pointer-assignment.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ subroutine forallPolymorphic3()
130130
end subroutine forallPolymorphic3
131131

132132

133-
!! Test the LHS of a pointer assignment gets the isAllocatable flag from the
134-
!! RHS that is a function reference.
133+
!! Test the LHS of a pointer assignment gets the isPointer flag from the
134+
!! RHS that is a reference to a function that returns a pointer.
135135
! CHECK-LABEL: c.func @_QPforallpointerassignment1
136136
subroutine forallPointerAssignment1()
137137
type base

0 commit comments

Comments
 (0)