Skip to content

Commit f96a139

Browse files
committed
Remove unused variables in test_npy_*
1 parent e163224 commit f96a139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/io/test_npy.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ subroutine test_iomsg_deallocated(error)
628628
character(len=:), allocatable :: msg
629629

630630
character(len=*), parameter :: filename = ".test-iomsg-deallocated.npy"
631-
real(sp), allocatable :: input(:, :), output(:, :)
631+
real(sp), allocatable :: input(:, :)
632632

633633
msg = "This message should be deallocated."
634634

0 commit comments

Comments
 (0)