Skip to content

Commit c65f196

Browse files
committed
renamed test_parse_mode subroutine for consistency
1 parent 30c331f commit c65f196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/tests/io/test_parse_mode.f90

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
program test_open
1+
program test_parse_mode
22
use stdlib_experimental_io, only: parse_mode
33
use stdlib_experimental_error, only: assert
44
implicit none
55

6-
call test_parse_mode()
6+
call test_parse_mode_expected_order()
77

88
call test_parse_mode_reverse_order()
99

1010
call test_parse_mode_random_order()
1111

1212
contains
1313

14-
subroutine test_parse_mode()
14+
subroutine test_parse_mode_expected_order()
1515
character(3) :: m
1616
m = parse_mode("")
1717
call assert(m == "r t")

0 commit comments

Comments
 (0)