Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 8, 2024
1 parent c7471bd commit e593fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kani-driver/src/call_cbmc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ impl KaniSession {
}

if self.args.checks.unwinding_on() {
// TODO: With CBMC v6 the below can be removed as those are defaults.
args.push("--unwinding-assertions".into());
args.push("--no-self-loops-to-assumptions".into());
}
Expand Down

0 comments on commit e593fe3

Please sign in to comment.