summaryrefslogtreecommitdiff
path: root/tests/fstar/misc
diff options
context:
space:
mode:
authorSon Ho2023-08-09 10:01:32 +0200
committerSon Ho2023-08-09 10:01:32 +0200
commita2c4ffd56b6f1760374707f083f6c4347b116538 (patch)
tree4a3b3ba3197261bf279d5be270bf91d23023cbca /tests/fstar/misc
parent967d08107de73f7f151dc8b4fb1f1cc61f109051 (diff)
Update the nix flake and regenerate the code
Diffstat (limited to '')
-rw-r--r--tests/fstar/misc/Constants.fst2
1 files changed, 1 insertions, 1 deletions
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