Skip to content

Commit e77a22f

Browse files
committed
cg_clif: account for moved tests/run-make-cargo/compiler-builtins
1 parent c959d3a commit e77a22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
121121
# ============================================================
122122
rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
123123
rm -r tests/run-make/strip # same
124-
rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
124+
rm -r tests/run-make-cargo/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
125125
rm -r tests/run-make/translation # same
126126
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
127127
rm -r tests/run-make/const-trait-stable-toolchain # same

0 commit comments

Comments
 (0)