Skip to content

Commit bf3be27

Browse files
authored
ZJIT: Fix README example command (ruby#13163)
Fix README example command
1 parent 1f09040 commit bf3be27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zjit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ make test-all TESTS="test/ruby/test_zjit.rb"
8989
You can also run a single test case by matching the method name:
9090

9191
```
92-
make test-all TESTS="test/ruby/test_zjit.rb -n test_putobject"
92+
make test-all TESTS="test/ruby/test_zjit.rb -n TestZJIT#test_putobject"
9393
```

0 commit comments

Comments
 (0)