File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function run_tests {
5959 # them. Also error locations change so we don't run the failing tests.
6060 # We explicitly enable debug-assertions here, they are disabled by -O but we have tests
6161 # which exist to check that we panic on debug assertion failures.
62- time MIRIFLAGS=" ${MIRIFLAGS-} -O -Zmir-opt-level=4 -Cdebug-assertions=yes" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
62+ time MIRIFLAGS=" ${MIRIFLAGS-} -O -Zmir-opt-level=4 -Cdebug-assertions=yes" MIRI_SKIP_UI_CHECKS=1 ./miri test tests/{pass,panic}
6363 fi
6464 if [ -n " ${MANY_SEEDS-} " ]; then
6565 # Also run some many-seeds tests.
@@ -107,7 +107,7 @@ function run_tests_minimal {
107107 exit 1
108108 fi
109109
110- time ./miri test -- " $@ "
110+ time ./miri test " $@ "
111111
112112 # Ensure that a small smoke test of cargo-miri works.
113113 time cargo miri run --manifest-path test-cargo-miri/no-std-smoke/Cargo.toml --target ${MIRI_TEST_TARGET-$HOST_TARGET }
You can’t perform that action at this time.
0 commit comments