From 5c042aedab7790625ff11f42eaf03f48fd047f09 Mon Sep 17 00:00:00 2001 From: John Renner Date: Tue, 7 Aug 2018 10:59:52 -0700 Subject: [PATCH] More descriptive name for #[test] implementation --- src/SUMMARY.md | 2 +- src/{testing.md => test-implementation.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{testing.md => test-implementation.md} (100%) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 27a6e38f..ca3b4c02 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -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) diff --git a/src/testing.md b/src/test-implementation.md similarity index 100% rename from src/testing.md rename to src/test-implementation.md