From 23ec248e48f696ae986e2b19cd572ece02a5ba55 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 6 Mar 2023 23:17:25 -0800 Subject: s/mjit/rjit/ --- tool/lib/test/unit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tool/lib') diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb index fe5c17887c..7604b4add9 100644 --- a/tool/lib/test/unit.rb +++ b/tool/lib/test/unit.rb @@ -92,8 +92,8 @@ module Test module RJITFirst def group(list) # RJIT first - mjit, others = list.partition {|e| /test_mjit/ =~ e} - mjit + others + rjit, others = list.partition {|e| /test_rjit/ =~ e} + rjit + others end end -- cgit v1.2.1