Skip to content

Commit 2f576dc

Browse files
committed
update expected output
1 parent ae68f6c commit 2f576dc

File tree

2 files changed

+7
-36
lines changed

2 files changed

+7
-36
lines changed

kmir/src/tests/integration/data/prove-rs/show/interior-mut3-fail.main.expected

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,11 @@
33
│ #execTerminator ( terminator ( ... kind: terminatorKindCall ( ... func: operandC
44
│ span: 0
55
6-
│ (151 steps)
7-
├─ 3
8-
│ #expect ( thunk ( #applyBinOp ( binOpEq , thunk ( #applyBinOp ( binOpBitAnd , th
9-
│ function: main
10-
11-
┃ (1 step)
12-
┣━━┓
13-
┃ │
14-
┃ ├─ 4
15-
┃ │ AssertError ( assertMessageMisalignedPointerDereference ( ... required: operandC
16-
┃ │ function: main
17-
┃ │
18-
┃ │ (1 step)
19-
┃ └─ 6 (stuck, leaf)
20-
┃ #ProgramError ( AssertError ( assertMessageMisalignedPointerDereference ( ... re
21-
┃ function: main
22-
23-
┗━━┓
24-
25-
├─ 5
26-
│ #execBlockIdx ( basicBlockIdx ( 8 ) ) ~> .K
27-
│ function: main
28-
29-
│ (8 steps)
30-
└─ 7 (stuck, leaf)
31-
#traverseProjection ( toLocal ( 2 ) , thunk ( #cast ( PtrLocal ( 1 , place ( ...
32-
function: main
33-
span: 80
6+
│ (281 steps)
7+
└─ 3 (stuck, leaf)
8+
#setLocalValue ( place ( ... local: local ( 1 ) , projection: .ProjectionElems )
9+
function: main
10+
span: 79
3411

3512

3613
┌─ 2 (root, leaf, target, terminal)
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,34 @@
11

22
┌─ 1 (root, init)
33
│ #execTerminator ( terminator ( ... kind: terminatorKindCall ( ... func: operandC
4-
│ span: src/rust/library/std/src/rt.rs:194
4+
│ span: 0
55
66
│ (135 steps)
77
├─ 3
88
│ #expect ( thunk ( #applyBinOp ( binOpEq , thunk ( #applyBinOp ( binOpBitAnd , th
9-
│ function: read_via_cast
109
1110
┃ (1 step)
1211
┣━━┓
1312
┃ │
1413
┃ ├─ 4
1514
┃ │ AssertError ( assertMessageMisalignedPointerDereference ( ... required: operandC
16-
┃ │ function: read_via_cast
1715
┃ │
1816
┃ │ (1 step)
1917
┃ └─ 6 (stuck, leaf)
2018
┃ #ProgramError ( AssertError ( assertMessageMisalignedPointerDereference ( ... re
21-
┃ function: read_via_cast
2219
2320
┗━━┓
2421
2522
├─ 5
2623
│ #execBlockIdx ( basicBlockIdx ( 1 ) ) ~> .K
27-
│ function: read_via_cast
2824
2925
│ (7 steps)
3026
└─ 7 (stuck, leaf)
3127
#traverseProjection ( toLocal ( 2 ) , thunk ( #cast ( PtrLocal ( 1 , place ( ...
32-
function: read_via_cast
33-
span: r/prove-rs/pointer-cast-struct-field-fail.rs:8
28+
span: 53
3429

3530

3631
┌─ 2 (root, leaf, target, terminal)
3732
│ #EndProgram ~> .K
3833

3934

40-

0 commit comments

Comments
 (0)