Skip to content

Commit

Permalink
Pointers-out-of-scope test no longer is "fixme" (model-checking#3252)
Browse files Browse the repository at this point in the history
We handle these adequately as of 0cc4b24.

Resolves: model-checking#77
  • Loading branch information
tautschnig authored Jun 11, 2024
1 parent e922d73 commit b6e4972
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/expected/dead-invalid-access-via-raw/value.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Failed Checks: assertion failed: *p_subscoped == 7
Failed Checks: dereference failure: dead object
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::proof]
fn main() {
Expand Down

0 comments on commit b6e4972

Please sign in to comment.