about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-23 10:06:11 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-23 10:06:11 +0000
commit50c14cef3f9e6980ed8c033e0cba0c8795ebbb83 (patch)
tree5540bdc46577b2253b48ee6c6adfb87365b5c982
parentccf89778cdb10d47dcef1f6baf238a9d598c94b2 (diff)
downloadrust-50c14cef3f9e6980ed8c033e0cba0c8795ebbb83.tar.gz
rust-50c14cef3f9e6980ed8c033e0cba0c8795ebbb83.zip
Fix rustc test suite
-rwxr-xr-xscripts/test_rustc_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 41aa011e805..595d73d25a2 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -98,6 +98,7 @@ rm -r tests/run-make/volatile-intrinsics # same
 rm -r tests/run-make/llvm-ident # same
 rm -r tests/run-make/no-builtins-attribute # same
 rm -r tests/run-make/pgo-gen-no-imp-symbols # same
+rm -r tests/run-make/llvm-location-discriminator-limit-dummy-span # 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