diff options
author | Son Ho | 2022-05-01 13:58:51 +0200 |
---|---|---|
committer | Son Ho | 2022-05-01 13:58:51 +0200 |
commit | 5bc3184f7922e5b1c0855ea7c83dd1c3c0985904 (patch) | |
tree | 9600a70560888837c65dd70dc7a76df331a74162 /tests/hashmap | |
parent | c451b3bd229dde8f3d53cf2d17e35c0795018cf8 (diff) |
Regenerate some of the test files
Diffstat (limited to 'tests/hashmap')
-rw-r--r-- | tests/hashmap/Hashmap.Funs.fst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/hashmap/Hashmap.Funs.fst b/tests/hashmap/Hashmap.Funs.fst index f75a0c01..4fb9c8e4 100644 --- a/tests/hashmap/Hashmap.Funs.fst +++ b/tests/hashmap/Hashmap.Funs.fst @@ -181,8 +181,7 @@ let hash_map_insert_no_resize_fwd_back | Fail -> Fail | Return v -> Return (Mkhash_map_t self.hash_map_num_entries - self.hash_map_max_load_factor self.hash_map_max_load - v) + self.hash_map_max_load_factor self.hash_map_max_load v) end end end @@ -574,8 +573,7 @@ let hash_map_remove_back | Fail -> Fail | Return v -> Return (Mkhash_map_t self.hash_map_num_entries - self.hash_map_max_load_factor self.hash_map_max_load - v) + self.hash_map_max_load_factor self.hash_map_max_load v) end end | Some x0 -> |