zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit cb308ba3ac2d7e3735d1cb42ef085edb1e6db723 (tree)
parent 1e3fb482563cc3ce769c01bb608e5a9424ec426f
Author: Wayne Wu <11427457+wyw@users.noreply.github.com>
Date:   Fri, 28 Jun 2024 03:37:44 +0800

langref: correct test runner path


Diffstat:
Mdoc/langref.html.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -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