Skip to content

Commit

Permalink
Test working kani results with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Aghili committed Oct 8, 2024
1 parent ad4c094 commit 16632ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/twizzler-abi/src/syscall/time/units.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ mod units_verification {
// assert_eq!(Seconds(secs) * scalar, TimeSpan::new(secs * scalar, 0));
// assert_eq!(scalar * Seconds(secs), TimeSpan::new(secs * scalar, 0));
// }

/*
#[kani::proof]
#[kani::unwind(10)]
pub fn femtos(){
Expand Down Expand Up @@ -204,9 +204,9 @@ mod units_verification {
];
kani::concrete_playback_run(concrete_vals, conversion);
}
*/
}


#[cfg(test)]
mod tests {

Expand Down

0 comments on commit 16632ea

Please sign in to comment.