add comment

This commit is contained in:
Ralf Jung 2019-05-27 15:19:53 +02:00
parent a358590679
commit 3a837cdedd

View file

@ -17,6 +17,8 @@ echo
# Test
function run_tests {
./miri test
# "miri test" has built the sysroot for us, now this should pass without
# any interactive questions.
test-cargo-miri/run-test.py
}