From a2c4ffd56b6f1760374707f083f6c4347b116538 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Wed, 9 Aug 2023 10:01:32 +0200 Subject: Update the nix flake and regenerate the code --- tests/fstar/misc/Constants.fst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fstar/misc/Constants.fst') diff --git a/tests/fstar/misc/Constants.fst b/tests/fstar/misc/Constants.fst index aae997fa..d2b0415e 100644 --- a/tests/fstar/misc/Constants.fst +++ b/tests/fstar/misc/Constants.fst @@ -9,7 +9,7 @@ open Primitives let x0_body : result u32 = Return 0 let x0_c : u32 = eval_global x0_body -(** [core::num::u32::{9}::MAX] *) +(** [core::num::u32::{8}::MAX] *) let core_num_u32_max_body : result u32 = Return 4294967295 let core_num_u32_max_c : u32 = eval_global core_num_u32_max_body -- cgit v1.2.3