Merge pull request #354 from king6cong/readme

update README.md
This commit is contained in:
Oliver Schneider 2017-09-30 11:22:04 +02:00 committed by GitHub
commit cf0f6da9af

View file

@ -37,7 +37,7 @@ how to fix it, you could send a PR. :smile:
## Running tests
```sh
cargo run --bin miri tests/run-pass/vecs.rs # Or whatever test you like.
cargo run --bin miri tests/run-pass-fullmir/vecs.rs # Or whatever test you like.
```
## Debugging