Skip to content

Commit 2ca5fcb

Browse files
committed
[flang][NFC] Fix printed name from proc_nopass_p2
1 parent 1e58e3e commit 2ca5fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Fir/dispatch.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ subroutine proc_nopass_p1()
9191
end subroutine
9292

9393
subroutine proc_nopass_p2()
94-
print*, 'call proc_nopass_p1'
94+
print*, 'call proc_nopass_p2'
9595
end subroutine
9696

9797
subroutine display_class(p)

0 commit comments

Comments
 (0)