Skip to content

Commit 3e11abc

Browse files
certikjvdp1
andauthored
Apply suggestions from code review
Co-Authored-By: Jeremie Vandenplas <[email protected]>
1 parent 9033999 commit 3e11abc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tests/loadtxt/test_loadtxt.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
program test_loadtxt
2-
use iso_fortran_env, only: sp=>real32, dp=>real64, qp=>real128
2+
use iso_fortran_env, only: sp=>real32, dp=>real64!, qp=>real128
33
use stdlib_experimental_io, only: loadtxt
44
implicit none
55

src/tests/loadtxt/test_loadtxt_qp.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
program test_loadtxt_qp
2-
use iso_fortran_env, only: sp=>real32, dp=>real64, qp=>real128
2+
use iso_fortran_env, only: qp=>real128
33
use stdlib_experimental_io, only: loadtxt
44
implicit none
55

0 commit comments

Comments
 (0)