Skip to content

Commit

Permalink
Add small test description
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Feb 22, 2022
1 parent 66fed1c commit 17f4b9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/kani/Intrinsics/Saturating/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT

// Check that `saturating_add` and `saturating_sub` are supported and return the
// expected results.

#![feature(core_intrinsics)]
use std::intrinsics;

Expand Down

0 comments on commit 17f4b9d

Please sign in to comment.