Skip to content

Commit

Permalink
Merge pull request #318 from nyx-space/kani-autogen-follow-on
Browse files Browse the repository at this point in the history
Kani autogen follow on
  • Loading branch information
ChristopherRabotin authored Aug 7, 2024
2 parents f06ebeb + 2b48031 commit 6cc1b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duration/kani_verif.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ mod tests {
}

repeat_test!(test_dur_f64_recip_0, [1e-9, 1e-8, 1e-7, 1e-6, 1e-5]);
repeat_test!(test_dur_f64_recip_1, [1e-5, 1e-4, 1e-3]);
// repeat_test!(test_dur_f64_recip_1, [1e-5, 1e-4, 1e-3]);
// repeat_test!(test_dur_f64_recip_2, [1e-2, 1e-1, 1e0]);
// repeat_test!(test_dur_f64_recip_3, [1e0, 1e1, 1e2]);
// repeat_test!(test_dur_f64_recip_4, [1e2, 1e3, 1e4]);
Expand Down

0 comments on commit 6cc1b5f

Please sign in to comment.