File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,15 @@ case $1 in
3030
3131 RUSTFLAGS=" -C debug-assertions=no -C lto" \
3232 CARGO_INCREMENTAL=0 \
33- $run --test $t --no-default-features \
34- --features ' no_std mem c' --no-run
33+ $run --test $t --no-default-features --features ' mem c' --no-run
3534 qemu-arm-static target/${1} /debug/$t -*
3635 done
3736
3837 for t in $( ls testcrate/tests) ; do
3938 t=${t% .rs}
4039 RUSTFLAGS=" -C lto" \
4140 CARGO_INCREMENTAL=0 \
42- $run --test $t --no-default-features \
43- --features ' no_std mem c' --no-run --release
41+ $run --test $t --no-default-features --features ' mem c' --no-run --release
4442 qemu-arm-static target/${1} /release/$t -*
4543 done
4644 ;;
Original file line number Diff line number Diff line change @@ -26,4 +26,3 @@ c = ["compiler_builtins/c"]
2626mem = [" compiler_builtins/mem" ]
2727mangled-names = [" compiler_builtins/mangled-names" ]
2828default = [" mangled-names" ]
29- no_std = []
You can’t perform that action at this time.
0 commit comments