mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make the test class naming consistent
forgot to commit this in ead96e7b44
This commit is contained in:
parent
ead96e7b44
commit
8b2ff2acdd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require_relative '../lib/jit_support'
|
|||
|
||||
return if RbConfig::CONFIG["MJIT_SUPPORT"] == 'no'
|
||||
|
||||
class TestRubyVMJIT < Test::Unit::TestCase
|
||||
class TestRubyVMMJIT < Test::Unit::TestCase
|
||||
include JITSupport
|
||||
|
||||
def setup
|
||||
|
|
Loading…
Reference in a new issue