Skip to content

Commit

Permalink
Stabilize value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshiki Takashima committed May 31, 2023
1 parent e3e29bf commit fb41650
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ mod verify {
match result {
Ok(nz_val) => {
cover!(true, "Ok"); // Cover 1
kani::assume(val == 16); // stabilize value for playback
assert_eq!(nz_val.get(), val);
}
Err(_) => {
Expand Down

0 comments on commit fb41650

Please sign in to comment.