diff options
| author | Eric Huss <eric@huss.org> | 2023-04-15 16:11:42 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2023-04-15 16:11:42 -0700 |
| commit | a4e851cf622ffc365397f09a3ec2137a6c038ac8 (patch) | |
| tree | e871108d35bb722638a69561cbcf9f8ab0e5669b /tests/ui/numbers-arithmetic/saturating-float-casts-impl.rs | |
| parent | 3a645659b89ff96d0d6123ca9c18bce41e69ec36 (diff) | |
| download | rust-a4e851cf622ffc365397f09a3ec2137a6c038ac8.tar.gz rust-a4e851cf622ffc365397f09a3ec2137a6c038ac8.zip | |
Add some reasons why tests are ignored.
Diffstat (limited to 'tests/ui/numbers-arithmetic/saturating-float-casts-impl.rs')
| -rw-r--r-- | tests/ui/numbers-arithmetic/saturating-float-casts-impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/numbers-arithmetic/saturating-float-casts-impl.rs b/tests/ui/numbers-arithmetic/saturating-float-casts-impl.rs index 4c6929d6627..088b2fcdd14 100644 --- a/tests/ui/numbers-arithmetic/saturating-float-casts-impl.rs +++ b/tests/ui/numbers-arithmetic/saturating-float-casts-impl.rs @@ -1,4 +1,4 @@ -// ignore-test +// ignore-test (auxiliary, used by other tests) // Tests saturating float->int casts. See u128-as-f32.rs for the opposite direction. // |
