Skip to content

Commit 8e71749

Browse files
committed
Fix rustc testsuite
1 parent 5d1bc9b commit 8e71749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ rm -r tests/run-make/llvm-location-discriminator-limit-dummy-span # same
9696
rm tests/ui/abi/stack-protector.rs # requires stack protector support
9797
rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
9898
rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
99-
rm -r tests/ui/optimization-remark.rs # same
99+
rm -r tests/ui/codegen/remark-flag-functionality.rs # same
100100
rm -r tests/run-make/print-to-output # requires --print relocation-models
101101

102102
# requires asm, llvm-ir and/or llvm-bc emit support

0 commit comments

Comments
 (0)