File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ cp -a $(rustc --print sysroot)/lib/rustlib/src/rust/ rust-src-patched
9
9
# run the tests (some also without validation, to exercise those code paths in Miri)
10
10
export RUST_SRC=rust-src-patched
11
11
echo && echo " ## Testing core (no validation, no Stacked Borrows, symbolic alignment)" && echo
12
- MIRIFLAGS=" -Zmiri-disable-validation -Zmiri-disable-stacked-borrows -Zmiri-symbolic-alignment-check" ./run-test.sh core --libs --tests -- --skip align 2>&1 | ts -i ' %.s '
12
+ MIRIFLAGS=" -Zmiri-disable-validation -Zmiri-disable-stacked-borrows -Zmiri-symbolic-alignment-check" ./run-test.sh core --lib --tests -- --skip align 2>&1 | ts -i ' %.s '
13
13
echo && echo " ## Testing core" && echo
14
- ./run-test.sh core --libs --tests 2>&1 | ts -i ' %.s '
14
+ ./run-test.sh core --lib --tests 2>&1 | ts -i ' %.s '
15
15
echo && echo " ## Testing alloc (symbolic alignment)" && echo
16
- MIRIFLAGS=" -Zmiri-symbolic-alignment-check" ./run-test.sh alloc --libs --tests 2>&1 | ts -i ' %.s '
16
+ MIRIFLAGS=" -Zmiri-symbolic-alignment-check" ./run-test.sh alloc --lib --tests 2>&1 | ts -i ' %.s '
You can’t perform that action at this time.
0 commit comments