Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 922cecb

Browse files
authored
Update the Z3 version to the latest one (4.11.2) (#637)
Set Z3 version to 4.11.2
1 parent 71a04a0 commit 922cecb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

language/move-prover/tests/sources/functional/loops_with_memory_ops.exp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ error: unknown assertion failed
4444
= at tests/sources/functional/loops_with_memory_ops.move:80: nested_loop2
4545
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
4646
= b = <redacted>
47-
= at <internal>:1
48-
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
47+
= b = <redacted>
4948
= at <internal>:1
5049
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
5150
= a = <redacted>
@@ -98,9 +97,9 @@ error: induction case of the loop invariant does not hold
9897
= y = <redacted>
9998
= at tests/sources/functional/loops_with_memory_ops.move:80: nested_loop2
10099
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
101-
= b = <redacted>
102100
= at <internal>:1
103101
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
102+
= b = <redacted>
104103
= at <internal>:1
105104
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
106105
= a = <redacted>

scripts/dev_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# fast fail.
1616
set -eo pipefail
1717

18-
Z3_VERSION=4.11.0
18+
Z3_VERSION=4.11.2
1919
CVC5_VERSION=0.0.3
2020
DOTNET_VERSION=6.0
2121
BOOGIE_VERSION=2.15.8

0 commit comments

Comments
 (0)