Skip to content

Commit 057926b

Browse files
authored
Remove fixme from test for rust-lang#78 (rust-lang#1868)
1 parent 5e7095c commit 057926b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/kani/Vectors/fixme_main.rs renamed to tests/kani/Vectors/sort_by_key.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ pub struct GuestRegionMmap {
88
guest_base: GuestAddress,
99
}
1010

11-
// TODO: running this with --unwrap 2 causes CBMC to hang in propositional reduction.
1211
#[kani::proof]
13-
#[kani::unwind(0)]
12+
#[kani::unwind(3)]
1413
fn main() {
1514
let r = GuestRegionMmap { guest_base: GuestAddress(0) };
1615
let mut regions: Vec<GuestRegionMmap> = vec![];

0 commit comments

Comments
 (0)