summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden Fox Ivey <[email protected]>2025-04-23 16:45:10 -0400
committer<[email protected]>2025-04-23 13:45:10 -0700
commitbf3be2723ab888037c1d47114ffcde85b87155ee ()
treef2a93fc233fb38604a86c83efb220b550f415875
parent1f090403e205de5efedde80915d74170cb0b5b2d (diff)
ZJIT: Fix README example command (#13163)
Fix README example command
-rw-r--r--doc/zjit.md2
1 files changed, 1 insertions, 1 deletions
@@ -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"
```