langref: correct test runner path

This commit is contained in:
Wayne Wu 2024-06-28 03:37:44 +08:00 committed by GitHub
parent 1e3fb48256
commit cb308ba3ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -800,7 +800,7 @@
</p> </p>
<aside> <aside>
This documentation discusses the features of the default test runner as provided by the Zig Standard Library. This documentation discusses the features of the default test runner as provided by the Zig Standard Library.
Its source code is located in <code class="file">lib/test_runner.zig</code>. Its source code is located in <code class="file">lib/compiler/test_runner.zig</code>.
</aside> </aside>
<p> <p>
The shell output shown above displays two lines after the <kbd>zig test</kbd> command. These lines are The shell output shown above displays two lines after the <kbd>zig test</kbd> command. These lines are