diff options
author | Son HO | 2023-08-09 10:18:38 +0200 |
---|---|---|
committer | GitHub | 2023-08-09 10:18:38 +0200 |
commit | da97fc1e68d147439436ff883ac865a9cdeca18e (patch) | |
tree | 7d1165bcdd511f83555c63b29e6a24b8863bc1bf /tests/hol4 | |
parent | 3d377976afe382a32f6ce718b473db5f016b1e47 (diff) | |
parent | fe8c303fef16d03ee17cd6af018296c0268e888c (diff) |
Merge pull request #34 from AeneasVerif/son_update_rustc
Update rustc to nightly-2023-06-02
Diffstat (limited to 'tests/hol4')
-rw-r--r-- | tests/hol4/betree/betreeMain_FunsScript.sml | 2 | ||||
-rw-r--r-- | tests/hol4/hashmap/hashmap_FunsScript.sml | 2 | ||||
-rw-r--r-- | tests/hol4/hashmap_on_disk/hashmapMain_FunsScript.sml | 2 | ||||
-rw-r--r-- | tests/hol4/misc-constants/constantsScript.sml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/hol4/betree/betreeMain_FunsScript.sml b/tests/hol4/betree/betreeMain_FunsScript.sml index b53c7b8d..5e604f8c 100644 --- a/tests/hol4/betree/betreeMain_FunsScript.sml +++ b/tests/hol4/betree/betreeMain_FunsScript.sml @@ -88,7 +88,7 @@ val betree_node_id_counter_fresh_id_back_def = Define ‘ od ’ -(** [core::num::u64::{10}::MAX] *) +(** [core::num::u64::{9}::MAX] *) Definition core_num_u64_max_body_def: core_num_u64_max_body : u64 result = Return (int_to_u64 18446744073709551615) End diff --git a/tests/hol4/hashmap/hashmap_FunsScript.sml b/tests/hol4/hashmap/hashmap_FunsScript.sml index 1ed57080..e3c3d2a5 100644 --- a/tests/hol4/hashmap/hashmap_FunsScript.sml +++ b/tests/hol4/hashmap/hashmap_FunsScript.sml @@ -170,7 +170,7 @@ val hash_map_insert_no_resize_fwd_back_def = Define ‘ od ’ -(** [core::num::u32::{9}::MAX] *) +(** [core::num::u32::{8}::MAX] *) Definition core_num_u32_max_body_def: core_num_u32_max_body : u32 result = Return (int_to_u32 4294967295) End diff --git a/tests/hol4/hashmap_on_disk/hashmapMain_FunsScript.sml b/tests/hol4/hashmap_on_disk/hashmapMain_FunsScript.sml index 6ec6223d..b21c4f58 100644 --- a/tests/hol4/hashmap_on_disk/hashmapMain_FunsScript.sml +++ b/tests/hol4/hashmap_on_disk/hashmapMain_FunsScript.sml @@ -193,7 +193,7 @@ val hashmap_hash_map_insert_no_resize_fwd_back_def = Define ‘ od ’ -(** [core::num::u32::{9}::MAX] *) +(** [core::num::u32::{8}::MAX] *) Definition core_num_u32_max_body_def: core_num_u32_max_body : u32 result = Return (int_to_u32 4294967295) End diff --git a/tests/hol4/misc-constants/constantsScript.sml b/tests/hol4/misc-constants/constantsScript.sml index 145c3e0f..d589d348 100644 --- a/tests/hol4/misc-constants/constantsScript.sml +++ b/tests/hol4/misc-constants/constantsScript.sml @@ -13,7 +13,7 @@ Definition x0_c_def: x0_c : u32 = get_return_value x0_body End -(** [core::num::u32::{9}::MAX] *) +(** [core::num::u32::{8}::MAX] *) Definition core_num_u32_max_body_def: core_num_u32_max_body : u32 result = Return (int_to_u32 4294967295) End |