Skip to content

Commit

Permalink
Reduce object-bits for test to avoid OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Sep 9, 2024
1 parent cda1b30 commit 3cb8ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/expected/function-contract/history/stub.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT
// kani-flags: -Zfunction-contracts
// kani-flags: -Zfunction-contracts --enable-unstable --cbmc-args --object-bits 8

#[kani::ensures(|result| old(*ptr + *ptr) == *ptr)]
#[kani::requires(*ptr < 100)]
Expand Down

0 comments on commit 3cb8ec4

Please sign in to comment.