Skip to content

Commit 2454d70

Browse files
authored
Fix broken links in README.md
1 parent 6a557a3 commit 2454d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This repository serves to run the libcore and liballoc unit test suites in [Miri](https://github.com/solson/miri/): we basically run `cargo miri test` against [coretests](https://github.com/rust-lang/rust/tree/master/src/libcore/tests), [alloctests](https://github.com/rust-lang/rust/tree/master/src/liballoc/tests) and [liballoc itself](https://github.com/rust-lang/rust/tree/master/src/liballoc) (there do not seem to be `#[test]` functions embedded in libcore).
1+
This repository serves to run the libcore and liballoc unit test suites in [Miri](https://github.com/rust-lang/miri/): we basically run `cargo miri test` against [coretests](https://github.com/rust-lang/rust/tree/master/library/core/tests), [alloctests](https://github.com/rust-lang/rust/tree/master/library/alloc/tests) and [liballoc itself](https://github.com/rust-lang/rust/tree/master/library/alloc) (there do not seem to be `#[test]` functions embedded in libcore).
22

33
Every night, a Travis cron job runs the tests against the latest nightly, to make sure we notice when changes in Rust or Miri break a test.
44

0 commit comments

Comments
 (0)