More descriptive name for #[test] implementation

This commit is contained in:
John Renner 2018-08-07 10:59:52 -07:00 committed by Who? Me?!
parent 882e93a35a
commit 5c042aedab
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
- [Incremental compilation](./incremental-compilation.md)
- [Debugging and Testing](./incrcomp-debugging.md)
- [The parser](./the-parser.md)
- [Testing](./testing.md)
- [`#[test]` Implementation](./test-implementation.md)
- [Macro expansion](./macro-expansion.md)
- [Name resolution](./name-resolution.md)
- [The HIR (High-level IR)](./hir.md)