Skip to content

Commit c41a7db

Browse files
committed
Fix rustc test suite
1 parent 18d2fb6 commit c41a7db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ rm -r tests/run-make/no-builtins-attribute # same
8888
rm tests/ui/abi/stack-protector.rs # requires stack protector support
8989
rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
9090
rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
91+
rm -r tests/run-make/print-to-output # requires --print relocation-models
9192

9293
# requires asm, llvm-ir and/or llvm-bc emit support
9394
# =============================================

0 commit comments

Comments
 (0)