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