summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-05-20 21:34:46 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-05-20 21:34:47 -0700
commit8b2ff2acddd2a39a69f3f61f5fdd5437e762c47c (patch)
tree467d9f7b40df4898d7929e737898e18cc721e71f /test/ruby
parentead96e7b44b98bef4896d836239345012821f1d2 (diff)
Make the test class naming consistent
forgot to commit this in ead96e7b44b98bef4896d836239345012821f1d2
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_rubyvm_mjit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_rubyvm_mjit.rb b/test/ruby/test_rubyvm_mjit.rb
index 5449c6226d..94b773c4e6 100644
--- a/test/ruby/test_rubyvm_mjit.rb
+++ b/test/ruby/test_rubyvm_mjit.rb
@@ -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