]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Rustup to rustc 1.27.0-nightly (ff2ac35db 2018-05-12)
[rust.git] / README.md
index 22cb5aed79b1aa7dfca5964369a61a891ca2a1ba..7660735a7cefa01289cfb30754b9149b561ea152 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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