Skip to content

Commit

Permalink
Kani fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Nov 19, 2023
1 parent ffcdc76 commit b833438
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kani-driver/src/args/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,7 @@ mod tests {
fn check_dry_run_fails() {
// We don't support --dry-run anymore but we print a friendly reminder for now.
let args = vec!["kani", "file.rs", "--dry-run"];
let err =
StandaloneArgs::try_parse_from(args).unwrap().verify_opts.validate().unwrap_err();
let err = StandaloneArgs::try_parse_from(args).unwrap().verify_opts.validate().unwrap_err();
assert_eq!(err.kind(), ErrorKind::ValueValidation);
}

Expand Down

0 comments on commit b833438

Please sign in to comment.