about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-09-05 16:35:36 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-09-05 21:39:50 +0800
commite77a22f3c995e439d79dcf2b2c96835dbd0f2cb8 (patch)
tree0f4e03296da4d79d576c7b9652b3cded94422f8b /compiler/rustc_codegen_cranelift
parentc959d3a54156593e58d480f53edafe681c031c19 (diff)
downloadrust-e77a22f3c995e439d79dcf2b2c96835dbd0f2cb8.tar.gz
rust-e77a22f3c995e439d79dcf2b2c96835dbd0f2cb8.zip
cg_clif: account for moved `tests/run-make-cargo/compiler-builtins`
Diffstat (limited to 'compiler/rustc_codegen_cranelift')
-rwxr-xr-xcompiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
index 52e02c857c7..476a6f311bb 100755
--- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
+++ b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
@@ -121,7 +121,7 @@ rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
 # ============================================================
 rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
 rm -r tests/run-make/strip # same
-rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
+rm -r tests/run-make-cargo/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
 rm -r tests/run-make/translation # same
 rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
 rm -r tests/run-make/const-trait-stable-toolchain # same