Make the test class naming consistent

forgot to commit this in ead96e7b44
This commit is contained in:
Takashi Kokubun 2022-05-20 21:34:46 -07:00
parent ead96e7b44
commit 8b2ff2acdd
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
1 changed files with 1 additions and 1 deletions

View File

@ -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