Skip to content

Commit

Permalink
Reduced unit test: Tracking issue: model-checking#2509
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshikiTakashima committed Jun 8, 2023
1 parent 39e5a2d commit 54488c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/script-based-pre/playback_zero_size/original.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
#[kani::proof]
fn any_is_ok() {
let unit: () = kani::any();
let unit2: () = kani::any();
kani::cover!(unit == ());
kani::cover!(unit2 == ());
}

0 comments on commit 54488c8

Please sign in to comment.