Skip to content

Commit

Permalink
Add copyright to the new test
Browse files Browse the repository at this point in the history
  • Loading branch information
artemagvanian committed Jul 8, 2024
1 parent 4092e82 commit 6dabe3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/expected/uninit/delayed-ub/delayed-ub.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT
// kani-flags: -Z ghost-state -Z uninit-checks

/// Checks that Kani rejects mutable pointer casts between types of different padding.
#[kani::proof]
fn invalid_value() {
Expand Down

0 comments on commit 6dabe3f

Please sign in to comment.