1
0
Fork 0
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:
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

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