Skip to content

Commit cb308ba

Browse files
authored
langref: correct test runner path
1 parent 1e3fb48 commit cb308ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref.html.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@
800800
</p>
801801
<aside>
802802
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>.
804804
</aside>
805805
<p>
806806
The shell output shown above displays two lines after the <kbd>zig test</kbd> command. These lines are

0 commit comments

Comments
 (0)