Skip to content

Commit f49759e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hashmaps/test_chaining_maps.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ program test_chaining_maps
4848

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

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

0 commit comments

Comments
 (0)