We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f42cf commit f49759eCopy full SHA for f49759e
test/hashmaps/test_chaining_maps.f90
@@ -48,7 +48,7 @@ program test_chaining_maps
48
49
test_8_bits(:) = transfer( rand_object, 0_int8, test_size )
50
51
- ! Test implicit initalization by leaving skipping init call for first test.
+ ! Test implicit initalization by skipping init call for first test.
52
call input_random_data( map, test_16, 'FNV-1', "16 byte words" )
53
call test_inquire_data( map, test_16, 'FNV-1', "16 byte words" )
54
call test_get_all_keys( map, test_16, 'FNV-1', '16 byte words' )
0 commit comments