diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-09-08 09:50:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 09:50:33 -0700 |
| commit | 866e474ac854db0655a89a801f9bc871e9ec1ce0 (patch) | |
| tree | 8385b0b855a59bbce71e9f267cb6ea4b3598f982 /doc | |
| parent | 5ee083c71a3893cee0a3a3229eb8b58c0bd13cba (diff) | |
ZJIT: Fix backtraces on opt_new (#14461)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/zjit.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/zjit.md b/doc/zjit.md index 04ca0a8bb4..b5b605d5cb 100644 --- a/doc/zjit.md +++ b/doc/zjit.md @@ -96,16 +96,6 @@ use `make`. </details> -### make zjit-test-all - -``` -make zjit-test-all -``` - -This command runs all Ruby tests under `/test/ruby/` with ZJIT enabled. - -Certain tests are excluded under `/test/.excludes-zjit`. - ### test/ruby/test\_zjit.rb This command runs Ruby execution tests. |
