authorgravatar for 11427457+wyw@users.noreply.github.comWayne Wu <11427457+wyw@users.noreply.github.com> 2024-06-28 03:37:44+08:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2024-06-27 19:37:44+00:00
logcb308ba3ac2d7e3735d1cb42ef085edb1e6db723
tree77abf6bdd1efc5e7850c52f91edbf6297f46e27c
parent1e3fb482563cc3ce769c01bb608e5a9424ec426f
signaturebadge-check Signed by PGP key B5690EEEBB952194

langref: correct test runner path


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -800,7 +800,7 @@...@@ -800,7 +800,7 @@
800 </p>800 </p>
801 <aside>801 <aside>
802 This documentation discusses the features of the default test runner as provided by the Zig Standard Library.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 </aside>804 </aside>
805 <p>805 <p>
806 The shell output shown above displays two lines after the <kbd>zig test</kbd> command. These lines are806 The shell output shown above displays two lines after the <kbd>zig test</kbd> command. These lines are