Skip to content

Commit f9a6623

Browse files
ejovo13jvdp1
andauthored
Update src/tests/math/test_linspace.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 316e349 commit f9a6623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/math/test_linspace.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
program test_linspace
22
use stdlib_error, only: check
3-
use stdlib_kinds, only: sp, dp, int16, int8
3+
use stdlib_kinds, only: sp, dp, int8, int16
44
use stdlib_math, only: linspace, DEFAULT_LINSPACE_LENGTH
55

66
implicit none
@@ -393,4 +393,4 @@ subroutine test_linspace_int8
393393

394394

395395

396-
end program
396+
end program

0 commit comments

Comments
 (0)