Skip to content

Commit f54132a

Browse files
chuckyvtjvdp1
andauthored
Update test/hashmaps/test_open_maps.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent f49759e commit f54132a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hashmaps/test_open_maps.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ program test_open_maps
4949

5050
test_8_bits(:) = transfer( rand_object, 0_int8, test_size )
5151

52-
! Test implicit initalization by leaving skipping init call for first test.
52+
! Test implicit initalization by skipping init call for first test.
5353
call input_random_data( map, test_16, 'FNV-1', "16 byte words" )
5454
call test_inquire_data( map, test_16, 'FNV-1', "16 byte words" )
5555
call test_get_data( map, test_16, 'FNV-1', '16 byte words' )

0 commit comments

Comments
 (0)