We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f86f9 commit 48de656Copy full SHA for 48de656
kani-driver/src/harness_runner.rs
@@ -91,7 +91,7 @@ impl KaniSession {
91
// Strictly speaking, we're faking success here. This is more "no error"
92
Ok(VerificationResult::mock_success())
93
} else {
94
- let result = self.with_timer(|| self.run_cbmc(binary, harness), "run_cmbc")?;
+ let result = self.with_timer(|| self.run_cbmc(binary, harness), "run_cbmc")?;
95
96
// When quiet, we don't want to print anything at all.
97
// When output is old, we also don't have real results to print.
0 commit comments