This repository was archived by the owner on May 4, 2024. It is now read-only.
File tree 2 files changed +3
-4
lines changed
language/move-prover/tests/sources/functional 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ error: unknown assertion failed
44
44
= at tests/sources/functional/loops_with_memory_ops.move:80: nested_loop2
45
45
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
46
46
= b = <redacted>
47
- = at <internal>:1
48
- = at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
47
+ = b = <redacted>
49
48
= at <internal>:1
50
49
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
51
50
= a = <redacted>
@@ -98,9 +97,9 @@ error: induction case of the loop invariant does not hold
98
97
= y = <redacted>
99
98
= at tests/sources/functional/loops_with_memory_ops.move:80: nested_loop2
100
99
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
101
- = b = <redacted>
102
100
= at <internal>:1
103
101
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
102
+ = b = <redacted>
104
103
= at <internal>:1
105
104
= at tests/sources/functional/loops_with_memory_ops.move:81: nested_loop2
106
105
= a = <redacted>
Original file line number Diff line number Diff line change 15
15
# fast fail.
16
16
set -eo pipefail
17
17
18
- Z3_VERSION=4.11.0
18
+ Z3_VERSION=4.11.2
19
19
CVC5_VERSION=0.0.3
20
20
DOTNET_VERSION=6.0
21
21
BOOGIE_VERSION=2.15.8
You can’t perform that action at this time.
0 commit comments