Skip to content

Commit

Permalink
Move test from kani to expected
Browse files Browse the repository at this point in the history
  • Loading branch information
reisnera committed Aug 1, 2023
1 parent 5bb4828 commit 86d508e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions tests/expected/intrinsics/simd-div-rem-overflow/expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FAILURE\
attempt to compute simd_div which would overflow
FAILURE\
attempt to compute simd_rem which would overflow
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT

// Checks that the `simd_div` and `simd_rem` intrinsics check for overflows.
// kani-verify-fail
// Checks that the `simd_div` and `simd_rem` intrinsics check for integer overflows.

#![feature(repr_simd, platform_intrinsics)]

Expand Down

0 comments on commit 86d508e

Please sign in to comment.