summaryrefslogtreecommitdiff
path: root/tests/misc/BetreeNll.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/misc/BetreeNll.fst
parent38276f00f6aaebb70392775b97577c73a657005a (diff)
Update the extraction to set the fuel to 1 in the Z3 options
Diffstat (limited to 'tests/misc/BetreeNll.fst')
-rw-r--r--tests/misc/BetreeNll.fst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/BetreeNll.fst b/tests/misc/BetreeNll.fst
index 14c1d2ba..b548a18b 100644
--- a/tests/misc/BetreeNll.fst
+++ b/tests/misc/BetreeNll.fst
@@ -3,7 +3,7 @@
module BetreeNll
open Primitives
-#set-options "--z3rlimit 50 --fuel 0 --ifuel 1"
+#set-options "--z3rlimit 50 --fuel 1 --ifuel 1"
(** [betree_nll::List] *)
type list_t (t : Type0) =