Skip to content

Commit

Permalink
Fixing regression test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jun 28, 2023
1 parent 1ebba9e commit c15a591
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/expected/function-contract/arbitrary_ensures_fail.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT
// kani-verify-fail

#[kani::ensures(result == x)]
fn max(x: u32, y: u32) -> u32 {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT
// kani-verify-fail

fn div(dividend: u32, divisor: u32) -> u32 {
dividend / divisor
Expand Down
1 change: 0 additions & 1 deletion tests/expected/function-contract/simple_ensures_fail.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT
// kani-verify-fail

#[kani::ensures(result == x)]
fn max(x: u32, y: u32) -> u32 {
Expand Down

0 comments on commit c15a591

Please sign in to comment.