Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use default-run #411

Merged
merged 2 commits into from
Jul 22, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix vecs.rs path
RalfJung committed Jul 22, 2018

Verified

This commit was signed with the committer’s verified signature.
fiji-flo Florian Dieminger
commit 444d97fc7d94c9a8bb2f9d87c7393c6e3a6c2f12
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ how to fix it, you could send a PR. :smile:
## Running tests

```sh
cargo run tests/run-pass-fullmir/vecs.rs # Or whatever test you like.
cargo run tests/run-pass/vecs.rs # Or whatever test you like.
```

## Running miri on your own project('s test suite)