From 9619ff368ebd12ce41d8943d86339bd9062a4121 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 10 Nov 2025 01:52:43 +0200 Subject: [PATCH] typo --- src/tests/running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/running.md b/src/tests/running.md index 0a99c847c..f67c9a2ce 100644 --- a/src/tests/running.md +++ b/src/tests/running.md @@ -8,7 +8,7 @@ subsection after on how to run a subset of tests.
Running plain `./x test` will build the stage 1 compiler and then run the whole -test suite. This not only include `tests/`, but also `library/`, `compiler/`, +test suite. This not only includes `tests/`, but also `library/`, `compiler/`, `src/tools/` package tests and more. You usually only want to run a subset of the test suites (or even a smaller set