Skip to content

Commit 48de656

Browse files
authored
Fix typo in Kani result (#2171)
1 parent 79f86f9 commit 48de656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kani-driver/src/harness_runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl KaniSession {
9191
// Strictly speaking, we're faking success here. This is more "no error"
9292
Ok(VerificationResult::mock_success())
9393
} else {
94-
let result = self.with_timer(|| self.run_cbmc(binary, harness), "run_cmbc")?;
94+
let result = self.with_timer(|| self.run_cbmc(binary, harness), "run_cbmc")?;
9595

9696
// When quiet, we don't want to print anything at all.
9797
// When output is old, we also don't have real results to print.

0 commit comments

Comments
 (0)