mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
langref: correct test runner path
This commit is contained in:
parent
1e3fb48256
commit
cb308ba3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -800,7 +800,7 @@
|
|||
</p>
|
||||
<aside>
|
||||
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>
|
||||
<p>
|
||||
The shell output shown above displays two lines after the <kbd>zig test</kbd> command. These lines are
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue