diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-05-03 10:15:38 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-05-03 10:15:38 +0000 |
| commit | c41a7db24fa9c9f8ed43df518be80ba1b371fd9b (patch) | |
| tree | 3083d32aa7ff11c7d61a9ff3c663ef4a92e19794 | |
| parent | 18d2fb6e8c3d4a9cb54f629ff6c4b94a1145ea65 (diff) | |
| download | rust-c41a7db24fa9c9f8ed43df518be80ba1b371fd9b.tar.gz rust-c41a7db24fa9c9f8ed43df518be80ba1b371fd9b.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 88c2950d8a2..2176f9d5ff3 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -88,6 +88,7 @@ rm -r tests/run-make/no-builtins-attribute # same rm tests/ui/abi/stack-protector.rs # requires stack protector support rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific +rm -r tests/run-make/print-to-output # requires --print relocation-models # requires asm, llvm-ir and/or llvm-bc emit support # ============================================= |
