aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-03-22 11:24:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-03-22 11:24:53 +0900
commit414ad7714266abd741cf611b6d6fb5131f088eef (patch)
tree614b84ed0130946096ee4e1bc690e09cf58dc316
parentbbd29fe0b687dd30d6c7d227d601ff64f830d6ad (diff)
downloadruby-414ad7714266abd741cf611b6d6fb5131f088eef.tar.gz
[DOC] re-count test suites run by `make check` [ci skip]
-rw-r--r--doc/make_cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/make_cheatsheet.md b/doc/make_cheatsheet.md
index 6b056a4f0b..f679f69cb3 100644
--- a/doc/make_cheatsheet.md
+++ b/doc/make_cheatsheet.md
@@ -33,7 +33,7 @@ Hello
$ make check
```
-It runs (about) three test suites:
+It runs (about) four test suites:
* `make test` (a test suite for the interpreter core)
* `make test-all` (for all builtin classes and libraries)