summaryrefslogtreecommitdiff
path: root/tests/hashmap/Hashmap.Funs.fst
diff options
context:
space:
mode:
authorSon Ho2022-05-06 15:53:52 +0200
committerSon Ho2022-05-06 15:53:52 +0200
commit7dce6eaffaa4169fab822d833e32b593ad867588 (patch)
tree08d3f6fe9fcf5e601affc8377a53bdd92c2a98f8 /tests/hashmap/Hashmap.Funs.fst
parent38276f00f6aaebb70392775b97577c73a657005a (diff)
Update the extraction to set the fuel to 1 in the Z3 options
Diffstat (limited to 'tests/hashmap/Hashmap.Funs.fst')
-rw-r--r--tests/hashmap/Hashmap.Funs.fst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hashmap/Hashmap.Funs.fst b/tests/hashmap/Hashmap.Funs.fst
index 4fb9c8e4..a97c52b9 100644
--- a/tests/hashmap/Hashmap.Funs.fst
+++ b/tests/hashmap/Hashmap.Funs.fst
@@ -5,7 +5,7 @@ open Primitives
include Hashmap.Types
include Hashmap.Clauses
-#set-options "--z3rlimit 50 --fuel 0 --ifuel 1"
+#set-options "--z3rlimit 50 --fuel 1 --ifuel 1"
(** [hashmap::hash_key] *)
let hash_key_fwd (k : usize) : result usize = Return k