authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2019-04-26 14:14:48-07:00
committergravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2019-04-26 14:14:48-07:00
log6936f0514f1fb2625bdaa070dccc5bd3ef23d377
tree888ccafbd4aaa57aabab92e364dbdd0ebf298b16
parentaf7daae26b874a40319041cce784645b03aa8fb3

readme: Fix filepath to test file when testing std lib changes


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

README.md+1-1
...@@ -235,7 +235,7 @@ from the build directory:...@@ -235,7 +235,7 @@ from the build directory:
235235
2361. Run `make install` (on POSIX) or `msbuild -p:Configuration=Release INSTALL.vcxproj`2361. Run `make install` (on POSIX) or `msbuild -p:Configuration=Release INSTALL.vcxproj`
237 (on Windows).237 (on Windows).
2382. Test your changes with `bin/zig test <changed file>` (e.g. `bin/zig test std/heap.zig`).2382. Test your changes with `bin/zig test lib/zig/std/<changed file>` (e.g. `bin/zig test lib/zig/std/heap.zig`).
239239
240Once your changes are finished, run all the zig tests from the build directory:240Once your changes are finished, run all the zig tests from the build directory:
241241