diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-15 17:34:45 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-15 17:34:45 +0000 |
| commit | eee42f26791d57ddee5771a6f2e99ebaec19288e (patch) | |
| tree | ee9344a18e3dc180a86fcaf59931b6eaf4934507 | |
| parent | 16cee899d1aa76c9eba8f2bd66caea40df317058 (diff) | |
| download | rust-eee42f26791d57ddee5771a6f2e99ebaec19288e.tar.gz rust-eee42f26791d57ddee5771a6f2e99ebaec19288e.zip | |
Fix rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 1ccc061aa9d..c08d375f1c0 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -77,6 +77,7 @@ rm -r tests/ui/instrument-coverage/ # missing f16/f128 support rm tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs rm tests/ui/asm/aarch64/type-f16.rs +rm tests/ui/float/conv-bits-runtime-const.rs # optimization tests # ================== |
