summaryrefslogtreecommitdiff
path: root/tests/misc/External.Opaque.fsti
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/External.Opaque.fsti
parent38276f00f6aaebb70392775b97577c73a657005a (diff)
Update the extraction to set the fuel to 1 in the Z3 options
Diffstat (limited to '')
-rw-r--r--tests/misc/External.Opaque.fsti2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/External.Opaque.fsti b/tests/misc/External.Opaque.fsti
index b8240cc3..7c241c7c 100644
--- a/tests/misc/External.Opaque.fsti
+++ b/tests/misc/External.Opaque.fsti
@@ -4,7 +4,7 @@ module External.Opaque
open Primitives
include External.Types
-#set-options "--z3rlimit 50 --fuel 0 --ifuel 1"
+#set-options "--z3rlimit 50 --fuel 1 --ifuel 1"
(** [core::mem::swap] *)
val core_mem_swap_fwd (t : Type0) : t -> t -> state -> result (state & unit)