Fix link to COMPILER_TESTS in README.

This commit is contained in:
Sergio Benitez 2017-06-09 03:04:41 -07:00
parent d09920c021
commit f57d5146d3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ example, the tests for routing can be found at the bottom of the
Code generation tests can be found in `codegen/tests`. We use the
[compiletest](https://crates.io/crates/compiletest_rs) library, which was
extracted from `rustc`, for testing. See the [compiler test
documentation](https://github.com/rust-lang/rust/blob/master/COMPILER_TESTS.md)
documentation](https://github.com/rust-lang/rust/blob/master/src/test/COMPILER_TESTS.md)
for information on how to write compiler tests.
## Documentation