Skip to content

Commit bed12ae

Browse files
committed
Increase record length
1 parent 25eab8b commit bed12ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fpm_test/test_toml.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ subroutine string_to_toml(string, table)
10961096
integer :: iunit
10971097

10981098
! Write
1099-
open(newunit=iunit,form='formatted',status='scratch',action='readwrite',recl=4096)
1099+
open(newunit=iunit,form='formatted',status='scratch',action='readwrite',recl=1073741824)
11001100

11011101
!> Dump to scratch file
11021102
write(iunit,*) string

0 commit comments

Comments
 (0)