langref: correct test runner path
1 files changed, 1 insertions(+), 1 deletions(-)
doc
doc/langref.html.in+1-1
| ... | ... | @@ -800,7 +800,7 @@ |
| 800 | 800 | </p> |
| 801 | 801 | <aside> |
| 802 | 802 | This documentation discusses the features of the default test runner as provided by the Zig Standard Library. |
| 803 | | Its source code is located in <code class="file">lib/test_runner.zig</code>. |
| 803 | Its source code is located in <code class="file">lib/compiler/test_runner.zig</code>. |
| 804 | 804 | </aside> |
| 805 | 805 | <p> |
| 806 | 806 | The shell output shown above displays two lines after the <kbd>zig test</kbd> command. These lines are |