diff options
| author | Aiden Fox Ivey <aiden.foxivey@shopify.com> | 2025-04-23 16:45:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-23 13:45:10 -0700 |
| commit | bf3be2723ab888037c1d47114ffcde85b87155ee (patch) | |
| tree | f2a93fc233fb38604a86c83efb220b550f415875 /doc | |
| parent | 1f090403e205de5efedde80915d74170cb0b5b2d (diff) | |
ZJIT: Fix README example command (#13163)
Fix README example command
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/zjit.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zjit.md b/doc/zjit.md index b262b834e0..4cb8056685 100644 --- a/doc/zjit.md +++ b/doc/zjit.md @@ -89,5 +89,5 @@ make test-all TESTS="test/ruby/test_zjit.rb" You can also run a single test case by matching the method name: ``` -make test-all TESTS="test/ruby/test_zjit.rb -n test_putobject" +make test-all TESTS="test/ruby/test_zjit.rb -n TestZJIT#test_putobject" ``` |
