File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function run_tests {
59
59
# them. Also error locations change so we don't run the failing tests.
60
60
# We explicitly enable debug-assertions here, they are disabled by -O but we have tests
61
61
# 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}
63
63
fi
64
64
if [ -n " ${MANY_SEEDS-} " ]; then
65
65
# Also run some many-seeds tests.
@@ -107,7 +107,7 @@ function run_tests_minimal {
107
107
exit 1
108
108
fi
109
109
110
- time ./miri test -- " $@ "
110
+ time ./miri test " $@ "
111
111
112
112
# Ensure that a small smoke test of cargo-miri works.
113
113
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