From 8b2ff2acddd2a39a69f3f61f5fdd5437e762c47c Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 20 May 2022 21:34:46 -0700 Subject: [PATCH] Make the test class naming consistent forgot to commit this in ead96e7b44b98bef4896d836239345012821f1d2 --- test/ruby/test_rubyvm_mjit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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