diff options
-rw-r--r-- | tests/misc/External.Funs.fst | 2 | ||||
-rw-r--r-- | tests/misc/External.Opaque.fsti | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/External.Funs.fst b/tests/misc/External.Funs.fst index 0ad40b00..c85ebf64 100644 --- a/tests/misc/External.Funs.fst +++ b/tests/misc/External.Funs.fst @@ -36,7 +36,7 @@ let swap_back (t : Type0) (x : t) (y : t) (st : state) : result (t & t) = (** [external::test_new_non_zero_u32] *) let test_new_non_zero_u32_fwd (x : u32) (st : state) : result (state & core_num_nonzero_non_zero_u32_t) = - begin match core_num_nonzero_non_zero_u32_14_new_fwd x st with + begin match core_num_nonzero_non_zero_u32_new_fwd x st with | Fail -> Fail | Return (st0, opt) -> begin match diff --git a/tests/misc/External.Opaque.fsti b/tests/misc/External.Opaque.fsti index b13a46eb..b8240cc3 100644 --- a/tests/misc/External.Opaque.fsti +++ b/tests/misc/External.Opaque.fsti @@ -16,7 +16,7 @@ val core_mem_swap_back0 (t : Type0) : t -> t -> state -> result t val core_mem_swap_back1 (t : Type0) : t -> t -> state -> result t (** [core::num::nonzero::NonZeroU32::{14}::new] *) -val core_num_nonzero_non_zero_u32_14_new_fwd +val core_num_nonzero_non_zero_u32_new_fwd : u32 -> state -> result (state & (option core_num_nonzero_non_zero_u32_t)) (** [core::option::Option::{0}::unwrap] *) |