Skip to content

Commit

Permalink
Remove fixme from test for #78 (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Nov 9, 2022
1 parent 5e7095c commit 057926b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ pub struct GuestRegionMmap {
guest_base: GuestAddress,
}

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

0 comments on commit 057926b

Please sign in to comment.