diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-25 19:17:19 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-25 19:32:14 +0100 |
| commit | f3d97cce279fd2372aafec3761791b4110d70bf5 (patch) | |
| tree | 00101f6e59b07d1b0d8605b5123ece3c82b2da60 /scripts | |
| parent | e336e1bccf3831097283469243b0228accea85d4 (diff) | |
| download | rust-f3d97cce279fd2372aafec3761791b4110d70bf5.tar.gz rust-f3d97cce279fd2372aafec3761791b4110d70bf5.zip | |
Fix saturating float casts test
Fixes #737
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index f03a921d6a3..5f47e7204ea 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -79,7 +79,6 @@ rm src/test/ui/abi/stack-protector.rs # requires stack protector support # giving different but possibly correct results # ============================================= -rm src/test/ui/numbers-arithmetic/saturating-float-casts.rs # intrinsic gives different but valid result rm src/test/ui/simd/intrinsic/float-minmax-pass.rs # same rm src/test/ui/mir/mir_misc_casts.rs # depends on deduplication of constants rm src/test/ui/mir/mir_raw_fat_ptr.rs # same |
