Remove unused variable warning

This commit is contained in:
Étienne Barrié 2026-01-21 12:03:37 +01:00 committed by Hiroshi SHIBATA
parent 00fdcb3ecd
commit f5ae56c8a2
Notes: git 2026-01-23 04:44:31 +00:00

View File

@ -1595,7 +1595,7 @@ q.pop
# [Bug #21342]
def test_unlock_locked_mutex_with_collected_fiber
bug21127 = '[ruby-core:120930] [Bug #21127]'
assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}")
assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21127)
begin;
5.times do
m = Mutex.new