From f57d5146d334648e94a64bbea35335e6652e298c Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 9 Jun 2017 03:04:41 -0700 Subject: [PATCH] Fix link to COMPILER_TESTS in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b395a2c4..1693d8f7 100644 --- a/README.md +++ b/README.md @@ -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